Html Css Color HEX #FCBA55 Koromiko

📋 copy color: '#FCBA55'

red 252 ◦ green 186 ◦ blue 85

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

Shades of Koromiko #FCBA55

Tints of Koromiko #FCBA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.25%

R = 48.18%
G = 35.56%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCBA55 (or 0xFCBA55) is known color: Koromiko. HEX triplet: FC, BA and 55. RGB value is (252,186,85). Sum of RGB (Red+Green+Blue) = 252+186+85=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA55 is #0345AA. Grayscale: #C2C2C2. Windows color (decimal): -214443 or 5618428. OLE color: 5618428.

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

Color convert

RGB 252 186 85 -
CMYK 0 0.26 0.66 0.01
HSL 36.29º 0.97% 0.66% -
HSV(B) 36.29º 0.66% 0.99% -
XYZ 59.34 56.47 16.37 -
YUV 194.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 252 186 85 0 0.26 0.66 0.01 36.29 0.97 0.66
Hex FC BA 55 0 1A 42 1 24 61 42
Octal 374 272 125 0 32 102 1 44 141 102
Binary 11111100 10111010 1010101 0 11010 1000010 1 100100 1100001 1000010

Color Harmonies of #FCBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA55

Black with #FCBA55

Text Example


Text Example

White with #FCBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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