Html Css Color HEX #FFBB5A Koromiko

📋 copy color: '#FFBB5A'

red 255 ◦ green 187 ◦ blue 90

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

Shades of Koromiko #FFBB5A

Tints of Koromiko #FFBB5A

RGB

 RED value IS 255 (100% from 255) = 47.93%

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

 BLUE value IS 90 (35.55% from 255) = 16.92%

R = 47.93%
G = 35.15%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFBB5A (or 0xFFBB5A) is known color: Koromiko. HEX triplet: FF, BB and 5A. RGB value is (255,187,90). Sum of RGB (Red+Green+Blue) = 255+187+90=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB5A is #0044A5. Grayscale: #C4C4C4. Windows color (decimal): -17574 or 5946367. OLE color: 5946367.

HSL color Cylindrical-coordinate representation of color #FFBB5A: hue angle of 35.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFBB5A is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 90 -
CMYK 0 0.27 0.65 0
HSL 35.27º 1% 0.68% -
HSV(B) 35.27º 0.65% 1% -
XYZ 60.86 57.54 17.57 -
YUV 196.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 255 187 90 0 0.27 0.65 0 35.27 1 0.68
Hex FF BB 5A 0 1B 41 0 23 64 44
Octal 377 273 132 0 33 101 0 43 144 104
Binary 11111111 10111011 1011010 0 11011 1000001 0 100011 1100100 1000100

Color Harmonies of #FFBB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB5A

Black with #FFBB5A

Text Example


Text Example

White with #FFBB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB5A; }

 p { color: rgb(255,187,90); }

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

background-color css

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

 a { background-color: rgb(255,187,90); }

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

border-color css

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

 span { border-color: rgb(255,187,90); }

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