Html Css Color HEX #FCBA5B Koromiko

📋 copy color: '#FCBA5B'

red 252 ◦ green 186 ◦ blue 91

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

Shades of Koromiko #FCBA5B

Tints of Koromiko #FCBA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.2%

R = 47.64%
G = 35.16%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCBA5B (or 0xFCBA5B) is known color: Koromiko. HEX triplet: FC, BA and 5B. RGB value is (252,186,91). Sum of RGB (Red+Green+Blue) = 252+186+91=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA5B is #0345A4. Grayscale: #C3C3C3. Windows color (decimal): -214437 or 6011644. OLE color: 6011644.

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

Color convert

RGB 252 186 91 -
CMYK 0 0.26 0.64 0.01
HSL 35.4º 0.96% 0.67% -
HSV(B) 35.4º 0.64% 0.99% -
XYZ 59.59 56.57 17.68 -
YUV 194.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 252 186 91 0 0.26 0.64 0.01 35.4 0.96 0.67
Hex FC BA 5B 0 1A 40 1 23 60 43
Octal 374 272 133 0 32 100 1 43 140 103
Binary 11111100 10111010 1011011 0 11010 1000000 1 100011 1100000 1000011

Color Harmonies of #FCBA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA5B

Black with #FCBA5B

Text Example


Text Example

White with #FCBA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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