Html Css Color HEX #FAB250 Koromiko

📋 copy color: '#FAB250'

red 250 ◦ green 178 ◦ blue 80

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

Shades of Koromiko #FAB250

Tints of Koromiko #FAB250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.75%

R = 49.21%
G = 35.04%
B = 15.75%

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

#FAB250 (or 0xFAB250) is known color: Koromiko. HEX triplet: FA, B2 and 50. RGB value is (250,178,80). Sum of RGB (Red+Green+Blue) = 250+178+80=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB250 is #054DAF. Grayscale: #BCBCBC. Windows color (decimal): -347568 or 5288698. OLE color: 5288698.

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

Color convert

RGB 250 178 80 -
CMYK 0 0.29 0.68 0.02
HSL 34.59º 0.94% 0.65% -
HSV(B) 34.59º 0.68% 0.98% -
XYZ 56.79 52.74 14.78 -
YUV 188.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 250 178 80 0 0.29 0.68 0.02 34.59 0.94 0.65
Hex FA B2 50 0 1D 44 2 23 5E 41
Octal 372 262 120 0 35 104 2 43 136 101
Binary 11111010 10110010 1010000 0 11101 1000100 10 100011 1011110 1000001

Color Harmonies of #FAB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB250

Black with #FAB250

Text Example


Text Example

White with #FAB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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