Html Css Color HEX #FCBB5B Koromiko

📋 copy color: '#FCBB5B'

red 252 ◦ green 187 ◦ blue 91

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

Shades of Koromiko #FCBB5B

Tints of Koromiko #FCBB5B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.28%

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

R = 47.55%
G = 35.28%
B = 17.17%

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

#FCBB5B (or 0xFCBB5B) is known color: Koromiko. HEX triplet: FC, BB and 5B. RGB value is (252,187,91). Sum of RGB (Red+Green+Blue) = 252+187+91=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB5B is #0344A4. Grayscale: #C3C3C3. Windows color (decimal): -214181 or 6011900. OLE color: 6011900.

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

Color convert

RGB 252 187 91 -
CMYK 0 0.26 0.64 0.01
HSL 35.78º 0.96% 0.67% -
HSV(B) 35.78º 0.64% 0.99% -
XYZ 59.8 56.99 17.75 -
YUV 195.49 69.03 168.31 -
System Red Green Blue C M Y K H S L
Decimal 252 187 91 0 0.26 0.64 0.01 35.78 0.96 0.67
Hex FC BB 5B 0 1A 40 1 24 60 43
Octal 374 273 133 0 32 100 1 44 140 103
Binary 11111100 10111011 1011011 0 11010 1000000 1 100100 1100000 1000011

Color Harmonies of #FCBB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB5B

Black with #FCBB5B

Text Example


Text Example

White with #FCBB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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