Html Css Color HEX #FAB849 Koromiko

📋 copy color: '#FAB849'

red 250 ◦ green 184 ◦ blue 73

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

Shades of Koromiko #FAB849

Tints of Koromiko #FAB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.29%

 BLUE value IS 73 (28.91% from 255) = 14.4%

R = 49.31%
G = 36.29%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAB849 (or 0xFAB849) is known color: Koromiko. HEX triplet: FA, B8 and 49. RGB value is (250,184,73). Sum of RGB (Red+Green+Blue) = 250+184+73=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB849 is #0547B6. Grayscale: #BFBFBF. Windows color (decimal): -346039 or 4831482. OLE color: 4831482.

HSL color Cylindrical-coordinate representation of color #FAB849: hue angle of 37.63º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAB849 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 73 -
CMYK 0 0.26 0.71 0.02
HSL 37.63º 0.95% 0.63% -
HSV(B) 37.63º 0.71% 0.98% -
XYZ 57.77 55.09 13.89 -
YUV 191.08 61.37 170.03 -
System Red Green Blue C M Y K H S L
Decimal 250 184 73 0 0.26 0.71 0.02 37.63 0.95 0.63
Hex FA B8 49 0 1A 47 2 26 5F 3F
Octal 372 270 111 0 32 107 2 46 137 77
Binary 11111010 10111000 1001001 0 11010 1000111 10 100110 1011111 111111

Color Harmonies of #FAB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB849

Black with #FAB849

Text Example


Text Example

White with #FAB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB849; }

 p { color: rgb(250,184,73); }

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

background-color css

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

 a { background-color: rgb(250,184,73); }

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

border-color css

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

 span { border-color: rgb(250,184,73); }

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