Html Css Color HEX #FAB74F Koromiko

📋 copy color: '#FAB74F'

red 250 ◦ green 183 ◦ blue 79

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

Shades of Koromiko #FAB74F

Tints of Koromiko #FAB74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.43%

R = 48.83%
G = 35.74%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAB74F (or 0xFAB74F) is known color: Koromiko. HEX triplet: FA, B7 and 4F. RGB value is (250,183,79). Sum of RGB (Red+Green+Blue) = 250+183+79=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB74F is #0548B0. Grayscale: #BFBFBF. Windows color (decimal): -346289 or 5224442. OLE color: 5224442.

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

Color convert

RGB 250 183 79 -
CMYK 0 0.27 0.68 0.02
HSL 36.49º 0.94% 0.65% -
HSV(B) 36.49º 0.68% 0.98% -
XYZ 57.77 54.76 14.92 -
YUV 191.18 64.7 169.96 -
System Red Green Blue C M Y K H S L
Decimal 250 183 79 0 0.27 0.68 0.02 36.49 0.94 0.65
Hex FA B7 4F 0 1B 44 2 24 5E 41
Octal 372 267 117 0 33 104 2 44 136 101
Binary 11111010 10110111 1001111 0 11011 1000100 10 100100 1011110 1000001

Color Harmonies of #FAB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB74F

Black with #FAB74F

Text Example


Text Example

White with #FAB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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