Html Css Color HEX #FCB652 Koromiko

📋 copy color: '#FCB652'

red 252 ◦ green 182 ◦ blue 82

#FCB652
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Koromiko #FCB652

Tints of Koromiko #FCB652

RGB

 RED value IS 252 (98.83% from 255) = 48.84%

 GREEN value IS 182 (71.48% from 255) = 35.27%

 BLUE value IS 82 (32.42% from 255) = 15.89%

R = 48.84%
G = 35.27%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCB652 (or 0xFCB652) is known color: Koromiko. HEX triplet: FC, B6 and 52. RGB value is (252,182,82). Sum of RGB (Red+Green+Blue) = 252+182+82=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB652 is #0349AD. Grayscale: #C0C0C0. Windows color (decimal): -215470 or 5420796. OLE color: 5420796.

HSL color Cylindrical-coordinate representation of color #FCB652: hue angle of 35.29º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCB652 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 182 82 -
CMYK 0 0.28 0.67 0.01
HSL 35.29º 0.97% 0.65% -
HSV(B) 35.29º 0.67% 0.99% -
XYZ 58.4 54.76 15.47 -
YUV 191.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 252 182 82 0 0.28 0.67 0.01 35.29 0.97 0.65
Hex FC B6 52 0 1C 43 1 23 61 41
Octal 374 266 122 0 34 103 1 43 141 101
Binary 11111100 10110110 1010010 0 11100 1000011 1 100011 1100001 1000001

Color Harmonies of #FCB652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB652

Black with #FCB652

Text Example


Text Example

White with #FCB652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB652; }

 p { color: rgb(252,182,82); }

 H1.HeaderClassName
 {
   color: #FCB652;
 }
 .AnyTagClassName
 {
   color: #FCB652;
 }
</style>

background-color css

<style>
 a { background-color: #FCB652; }

 a { background-color: rgb(252,182,82); }

 div.DivClassName
 {
   background-color: #FCB652;
 }
 .BgClassName
 {
   background-color: #FCB652;
 }
</style>

border-color css

<style>
 span { border-color: #FCB652; }

 span { border-color: rgb(252,182,82); }

 td.TdClassName
 {
   border-color: #FCB652;
 }
 .TagClassName
 {
   border-color: #FCB652;
 }
</style>