Html Css Color HEX #FAB749 Koromiko

📋 copy color: '#FAB749'

red 250 ◦ green 183 ◦ blue 73

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

Shades of Koromiko #FAB749

Tints of Koromiko #FAB749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.17%

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

R = 49.41%
G = 36.17%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAB749 (or 0xFAB749) is known color: Koromiko. HEX triplet: FA, B7 and 49. RGB value is (250,183,73). Sum of RGB (Red+Green+Blue) = 250+183+73=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB749 is #0548B6. Grayscale: #BFBFBF. Windows color (decimal): -346295 or 4831226. OLE color: 4831226.

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

Color convert

RGB 250 183 73 -
CMYK 0 0.27 0.71 0.02
HSL 37.29º 0.95% 0.63% -
HSV(B) 37.29º 0.71% 0.98% -
XYZ 57.56 54.67 13.82 -
YUV 190.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 250 183 73 0 0.27 0.71 0.02 37.29 0.95 0.63
Hex FA B7 49 0 1B 47 2 25 5F 3F
Octal 372 267 111 0 33 107 2 45 137 77
Binary 11111010 10110111 1001001 0 11011 1000111 10 100101 1011111 111111

Color Harmonies of #FAB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB749

Black with #FAB749

Text Example


Text Example

White with #FAB749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB749; }

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

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

background-color css

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

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

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

border-color css

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

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

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