Html Css Color HEX #FCB14C Koromiko

📋 copy color: '#FCB14C'

red 252 ◦ green 177 ◦ blue 76

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

Shades of Koromiko #FCB14C

Tints of Koromiko #FCB14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.05%

R = 49.9%
G = 35.05%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCB14C (or 0xFCB14C) is known color: Koromiko. HEX triplet: FC, B1 and 4C. RGB value is (252,177,76). Sum of RGB (Red+Green+Blue) = 252+177+76=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB14C is #034EB3. Grayscale: #BCBCBC. Windows color (decimal): -216756 or 5026300. OLE color: 5026300.

HSL color Cylindrical-coordinate representation of color #FCB14C: hue angle of 34.43º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCB14C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 76 -
CMYK 0 0.30 0.70 0.01
HSL 34.43º 0.97% 0.64% -
HSV(B) 34.43º 0.7% 0.99% -
XYZ 57.17 52.66 13.99 -
YUV 187.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 252 177 76 0 0.30 0.70 0.01 34.43 0.97 0.64
Hex FC B1 4C 0 1E 46 1 22 61 40
Octal 374 261 114 0 36 106 1 42 141 100
Binary 11111100 10110001 1001100 0 11110 1000110 1 100010 1100001 1000000

Color Harmonies of #FCB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB14C

Black with #FCB14C

Text Example


Text Example

White with #FCB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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