Html Css Color HEX #FCB84A Koromiko

📋 copy color: '#FCB84A'

red 252 ◦ green 184 ◦ blue 74

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

Shades of Koromiko #FCB84A

Tints of Koromiko #FCB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.08%

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

R = 49.41%
G = 36.08%
B = 14.51%

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

#FCB84A (or 0xFCB84A) is known color: Koromiko. HEX triplet: FC, B8 and 4A. RGB value is (252,184,74). Sum of RGB (Red+Green+Blue) = 252+184+74=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB84A is #0347B5. Grayscale: #C0C0C0. Windows color (decimal): -214966 or 4897020. OLE color: 4897020.

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

Color convert

RGB 252 184 74 -
CMYK 0 0.27 0.71 0.01
HSL 37.08º 0.97% 0.64% -
HSV(B) 37.08º 0.71% 0.99% -
XYZ 58.52 55.47 14.1 -
YUV 191.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 252 184 74 0 0.27 0.71 0.01 37.08 0.97 0.64
Hex FC B8 4A 0 1B 47 1 25 61 40
Octal 374 270 112 0 33 107 1 45 141 100
Binary 11111100 10111000 1001010 0 11011 1000111 1 100101 1100001 1000000

Color Harmonies of #FCB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB84A

Black with #FCB84A

Text Example


Text Example

White with #FCB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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