Html Css Color HEX #FAB555 Koromiko

📋 copy color: '#FAB555'

red 250 ◦ green 181 ◦ blue 85

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

Shades of Koromiko #FAB555

Tints of Koromiko #FAB555

RGB

 RED value IS 250 (98.05% from 255) = 48.45%

 GREEN value IS 181 (71.09% from 255) = 35.08%

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

R = 48.45%
G = 35.08%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAB555 (or 0xFAB555) is known color: Koromiko. HEX triplet: FA, B5 and 55. RGB value is (250,181,85). Sum of RGB (Red+Green+Blue) = 250+181+85=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB555 is #054AAA. Grayscale: #BFBFBF. Windows color (decimal): -346795 or 5617146. OLE color: 5617146.

HSL color Cylindrical-coordinate representation of color #FAB555: hue angle of 34.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAB555 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 85 -
CMYK 0 0.28 0.66 0.02
HSL 34.91º 0.94% 0.66% -
HSV(B) 34.91º 0.66% 0.98% -
XYZ 57.59 54.03 15.99 -
YUV 190.69 68.36 170.31 -
System Red Green Blue C M Y K H S L
Decimal 250 181 85 0 0.28 0.66 0.02 34.91 0.94 0.66
Hex FA B5 55 0 1C 42 2 23 5E 42
Octal 372 265 125 0 34 102 2 43 136 102
Binary 11111010 10110101 1010101 0 11100 1000010 10 100011 1011110 1000010

Color Harmonies of #FAB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB555

Black with #FAB555

Text Example


Text Example

White with #FAB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB555; }

 p { color: rgb(250,181,85); }

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

background-color css

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

 a { background-color: rgb(250,181,85); }

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

border-color css

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

 span { border-color: rgb(250,181,85); }

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