Html Css Color HEX #FAB151 Koromiko

📋 copy color: '#FAB151'

red 250 ◦ green 177 ◦ blue 81

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

Shades of Koromiko #FAB151

Tints of Koromiko #FAB151

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 81 (32.03% from 255) = 15.94%

R = 49.21%
G = 34.84%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAB151 (or 0xFAB151) is known color: Koromiko. HEX triplet: FA, B1 and 51. RGB value is (250,177,81). Sum of RGB (Red+Green+Blue) = 250+177+81=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB151 is #054EAE. Grayscale: #BCBCBC. Windows color (decimal): -347823 or 5353978. OLE color: 5353978.

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

Color convert

RGB 250 177 81 -
CMYK 0 0.29 0.68 0.02
HSL 34.08º 0.94% 0.65% -
HSV(B) 34.08º 0.68% 0.98% -
XYZ 56.63 52.36 14.91 -
YUV 187.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 250 177 81 0 0.29 0.68 0.02 34.08 0.94 0.65
Hex FA B1 51 0 1D 44 2 22 5E 41
Octal 372 261 121 0 35 104 2 42 136 101
Binary 11111010 10110001 1010001 0 11101 1000100 10 100010 1011110 1000001

Color Harmonies of #FAB151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB151

Black with #FAB151

Text Example


Text Example

White with #FAB151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB151; }

 p { color: rgb(250,177,81); }

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

background-color css

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

 a { background-color: rgb(250,177,81); }

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

border-color css

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

 span { border-color: rgb(250,177,81); }

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