Html Css Color HEX #FCB74F Koromiko

📋 copy color: '#FCB74F'

red 252 ◦ green 183 ◦ blue 79

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

Shades of Koromiko #FCB74F

Tints of Koromiko #FCB74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.6%

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

R = 49.03%
G = 35.6%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCB74F (or 0xFCB74F) is known color: Koromiko. HEX triplet: FC, B7 and 4F. RGB value is (252,183,79). Sum of RGB (Red+Green+Blue) = 252+183+79=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB74F is #0348B0. Grayscale: #C0C0C0. Windows color (decimal): -215217 or 5224444. OLE color: 5224444.

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

Color convert

RGB 252 183 79 -
CMYK 0 0.27 0.69 0.01
HSL 36.07º 0.97% 0.65% -
HSV(B) 36.07º 0.69% 0.99% -
XYZ 58.49 55.13 14.95 -
YUV 191.78 64.36 170.96 -
System Red Green Blue C M Y K H S L
Decimal 252 183 79 0 0.27 0.69 0.01 36.07 0.97 0.65
Hex FC B7 4F 0 1B 45 1 24 61 41
Octal 374 267 117 0 33 105 1 44 141 101
Binary 11111100 10110111 1001111 0 11011 1000101 1 100100 1100001 1000001

Color Harmonies of #FCB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB74F

Black with #FCB74F

Text Example


Text Example

White with #FCB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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