Html Css Color HEX #FAB251 Koromiko

📋 copy color: '#FAB251'

red 250 ◦ green 178 ◦ blue 81

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

Shades of Koromiko #FAB251

Tints of Koromiko #FAB251

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.97%

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

R = 49.12%
G = 34.97%
B = 15.91%

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

#FAB251 (or 0xFAB251) is known color: Koromiko. HEX triplet: FA, B2 and 51. RGB value is (250,178,81). Sum of RGB (Red+Green+Blue) = 250+178+81=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB251 is #054DAE. Grayscale: #BCBCBC. Windows color (decimal): -347567 or 5354234. OLE color: 5354234.

HSL color Cylindrical-coordinate representation of color #FAB251: hue angle of 34.44º 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 #FAB251 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 81 -
CMYK 0 0.29 0.68 0.02
HSL 34.44º 0.94% 0.65% -
HSV(B) 34.44º 0.68% 0.98% -
XYZ 56.83 52.76 14.97 -
YUV 188.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 250 178 81 0 0.29 0.68 0.02 34.44 0.94 0.65
Hex FA B2 51 0 1D 44 2 22 5E 41
Octal 372 262 121 0 35 104 2 42 136 101
Binary 11111010 10110010 1010001 0 11101 1000100 10 100010 1011110 1000001

Color Harmonies of #FAB251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB251

Black with #FAB251

Text Example


Text Example

White with #FAB251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB251; }

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

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

background-color css

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

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

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

border-color css

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

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

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