Html Css Color HEX #FCBA4C Koromiko

📋 copy color: '#FCBA4C'

red 252 ◦ green 186 ◦ blue 76

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

Shades of Koromiko #FCBA4C

Tints of Koromiko #FCBA4C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 49.03%
G = 36.19%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCBA4C (or 0xFCBA4C) is known color: Koromiko. HEX triplet: FC, BA and 4C. RGB value is (252,186,76). Sum of RGB (Red+Green+Blue) = 252+186+76=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA4C is #0345B3. Grayscale: #C1C1C1. Windows color (decimal): -214452 or 5028604. OLE color: 5028604.

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

Color convert

RGB 252 186 76 -
CMYK 0 0.26 0.70 0.01
HSL 37.5º 0.97% 0.64% -
HSV(B) 37.5º 0.7% 0.99% -
XYZ 59.01 56.34 14.6 -
YUV 193.19 61.87 169.94 -
System Red Green Blue C M Y K H S L
Decimal 252 186 76 0 0.26 0.70 0.01 37.5 0.97 0.64
Hex FC BA 4C 0 1A 46 1 26 61 40
Octal 374 272 114 0 32 106 1 46 141 100
Binary 11111100 10111010 1001100 0 11010 1000110 1 100110 1100001 1000000

Color Harmonies of #FCBA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA4C

Black with #FCBA4C

Text Example


Text Example

White with #FCBA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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