Html Css Color HEX #FCB14F Koromiko

📋 copy color: '#FCB14F'

red 252 ◦ green 177 ◦ blue 79

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

Shades of Koromiko #FCB14F

Tints of Koromiko #FCB14F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 79 (31.25% from 255) = 15.55%

R = 49.61%
G = 34.84%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCB14F (or 0xFCB14F) is known color: Koromiko. HEX triplet: FC, B1 and 4F. RGB value is (252,177,79). Sum of RGB (Red+Green+Blue) = 252+177+79=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB14F is #034EB0. Grayscale: #BCBCBC. Windows color (decimal): -216753 or 5222908. OLE color: 5222908.

HSL color Cylindrical-coordinate representation of color #FCB14F: hue angle of 33.99º 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 #FCB14F is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 79 -
CMYK 0 0.30 0.69 0.01
HSL 33.99º 0.97% 0.65% -
HSV(B) 33.99º 0.69% 0.99% -
XYZ 57.28 52.7 14.55 -
YUV 188.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 252 177 79 0 0.30 0.69 0.01 33.99 0.97 0.65
Hex FC B1 4F 0 1E 45 1 22 61 41
Octal 374 261 117 0 36 105 1 42 141 101
Binary 11111100 10110001 1001111 0 11110 1000101 1 100010 1100001 1000001

Color Harmonies of #FCB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB14F

Black with #FCB14F

Text Example


Text Example

White with #FCB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB14F; }

 p { color: rgb(252,177,79); }

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

background-color css

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

 a { background-color: rgb(252,177,79); }

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

border-color css

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

 span { border-color: rgb(252,177,79); }

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