Html Css Color HEX #FCB84D Koromiko

📋 copy color: '#FCB84D'

red 252 ◦ green 184 ◦ blue 77

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

Shades of Koromiko #FCB84D

Tints of Koromiko #FCB84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.01%

R = 49.12%
G = 35.87%
B = 15.01%

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

#FCB84D (or 0xFCB84D) is known color: Koromiko. HEX triplet: FC, B8 and 4D. RGB value is (252,184,77). Sum of RGB (Red+Green+Blue) = 252+184+77=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB84D is #0347B2. Grayscale: #C0C0C0. Windows color (decimal): -214963 or 5093628. OLE color: 5093628.

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

Color convert

RGB 252 184 77 -
CMYK 0 0.27 0.69 0.01
HSL 36.69º 0.97% 0.65% -
HSV(B) 36.69º 0.69% 0.99% -
XYZ 58.62 55.51 14.65 -
YUV 192.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 252 184 77 0 0.27 0.69 0.01 36.69 0.97 0.65
Hex FC B8 4D 0 1B 45 1 25 61 41
Octal 374 270 115 0 33 105 1 45 141 101
Binary 11111100 10111000 1001101 0 11011 1000101 1 100101 1100001 1000001

Color Harmonies of #FCB84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB84D

Black with #FCB84D

Text Example


Text Example

White with #FCB84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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