Html Css Color HEX #FCBA59 Koromiko

📋 copy color: '#FCBA59'

red 252 ◦ green 186 ◦ blue 89

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

Shades of Koromiko #FCBA59

Tints of Koromiko #FCBA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.89%

R = 47.82%
G = 35.29%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCBA59 (or 0xFCBA59) is known color: Koromiko. HEX triplet: FC, BA and 59. RGB value is (252,186,89). Sum of RGB (Red+Green+Blue) = 252+186+89=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA59 is #0345A6. Grayscale: #C3C3C3. Windows color (decimal): -214439 or 5880572. OLE color: 5880572.

HSL color Cylindrical-coordinate representation of color #FCBA59: hue angle of 35.71º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCBA59 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 89 -
CMYK 0 0.26 0.65 0.01
HSL 35.71º 0.96% 0.67% -
HSV(B) 35.71º 0.65% 0.99% -
XYZ 59.51 56.53 17.23 -
YUV 194.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 252 186 89 0 0.26 0.65 0.01 35.71 0.96 0.67
Hex FC BA 59 0 1A 41 1 24 60 43
Octal 374 272 131 0 32 101 1 44 140 103
Binary 11111100 10111010 1011001 0 11010 1000001 1 100100 1100000 1000011

Color Harmonies of #FCBA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA59

Black with #FCBA59

Text Example


Text Example

White with #FCBA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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