Html Css Color HEX #FCBB58 Koromiko

📋 copy color: '#FCBB58'

red 252 ◦ green 187 ◦ blue 88

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

Shades of Koromiko #FCBB58

Tints of Koromiko #FCBB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.7%

R = 47.82%
G = 35.48%
B = 16.7%

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

#FCBB58 (or 0xFCBB58) is known color: Koromiko. HEX triplet: FC, BB and 58. RGB value is (252,187,88). Sum of RGB (Red+Green+Blue) = 252+187+88=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB58 is #0344A7. Grayscale: #C3C3C3. Windows color (decimal): -214184 or 5815292. OLE color: 5815292.

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

Color convert

RGB 252 187 88 -
CMYK 0 0.26 0.65 0.01
HSL 36.22º 0.96% 0.67% -
HSV(B) 36.22º 0.65% 0.99% -
XYZ 59.68 56.94 17.08 -
YUV 195.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 252 187 88 0 0.26 0.65 0.01 36.22 0.96 0.67
Hex FC BB 58 0 1A 41 1 24 60 43
Octal 374 273 130 0 32 101 1 44 140 103
Binary 11111100 10111011 1011000 0 11010 1000001 1 100100 1100000 1000011

Color Harmonies of #FCBB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB58

Black with #FCBB58

Text Example


Text Example

White with #FCBB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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