Html Css Color HEX #FCB94A Koromiko

📋 copy color: '#FCB94A'

red 252 ◦ green 185 ◦ blue 74

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

Shades of Koromiko #FCB94A

Tints of Koromiko #FCB94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.2%

 BLUE value IS 74 (29.3% from 255) = 14.48%

R = 49.32%
G = 36.2%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCB94A (or 0xFCB94A) is known color: Koromiko. HEX triplet: FC, B9 and 4A. RGB value is (252,185,74). Sum of RGB (Red+Green+Blue) = 252+185+74=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB94A is #0346B5. Grayscale: #C0C0C0. Windows color (decimal): -214710 or 4897276. OLE color: 4897276.

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

Color convert

RGB 252 185 74 -
CMYK 0 0.27 0.71 0.01
HSL 37.42º 0.97% 0.64% -
HSV(B) 37.42º 0.71% 0.99% -
XYZ 58.73 55.89 14.17 -
YUV 192.38 61.2 170.53 -
System Red Green Blue C M Y K H S L
Decimal 252 185 74 0 0.27 0.71 0.01 37.42 0.97 0.64
Hex FC B9 4A 0 1B 47 1 25 61 40
Octal 374 271 112 0 33 107 1 45 141 100
Binary 11111100 10111001 1001010 0 11011 1000111 1 100101 1100001 1000000

Color Harmonies of #FCB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB94A

Black with #FCB94A

Text Example


Text Example

White with #FCB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB94A; }

 p { color: rgb(252,185,74); }

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

background-color css

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

 a { background-color: rgb(252,185,74); }

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

border-color css

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

 span { border-color: rgb(252,185,74); }

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