Html Css Color HEX #FCB44E Koromiko

📋 copy color: '#FCB44E'

red 252 ◦ green 180 ◦ blue 78

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

Shades of Koromiko #FCB44E

Tints of Koromiko #FCB44E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

 BLUE value IS 78 (30.86% from 255) = 15.29%

R = 49.41%
G = 35.29%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCB44E (or 0xFCB44E) is known color: Koromiko. HEX triplet: FC, B4 and 4E. RGB value is (252,180,78). Sum of RGB (Red+Green+Blue) = 252+180+78=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB44E is #034BB1. Grayscale: #BEBEBE. Windows color (decimal): -215986 or 5158140. OLE color: 5158140.

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

Color convert

RGB 252 180 78 -
CMYK 0 0.29 0.69 0.01
HSL 35.17º 0.97% 0.65% -
HSV(B) 35.17º 0.69% 0.99% -
XYZ 57.84 53.89 14.56 -
YUV 189.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 252 180 78 0 0.29 0.69 0.01 35.17 0.97 0.65
Hex FC B4 4E 0 1D 45 1 23 61 41
Octal 374 264 116 0 35 105 1 43 141 101
Binary 11111100 10110100 1001110 0 11101 1000101 1 100011 1100001 1000001

Color Harmonies of #FCB44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB44E

Black with #FCB44E

Text Example


Text Example

White with #FCB44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB44E; }

 p { color: rgb(252,180,78); }

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

background-color css

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

 a { background-color: rgb(252,180,78); }

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

border-color css

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

 span { border-color: rgb(252,180,78); }

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