Html Css Color HEX #FAB04F Koromiko

📋 copy color: '#FAB04F'

red 250 ◦ green 176 ◦ blue 79

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

Shades of Koromiko #FAB04F

Tints of Koromiko #FAB04F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.85%

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

R = 49.5%
G = 34.85%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAB04F (or 0xFAB04F) is known color: Koromiko. HEX triplet: FA, B0 and 4F. RGB value is (250,176,79). Sum of RGB (Red+Green+Blue) = 250+176+79=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB04F is #054FB0. Grayscale: #BBBBBB. Windows color (decimal): -348081 or 5222650. OLE color: 5222650.

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

Color convert

RGB 250 176 79 -
CMYK 0 0.30 0.68 0.02
HSL 34.04º 0.94% 0.65% -
HSV(B) 34.04º 0.68% 0.98% -
XYZ 56.36 51.94 14.45 -
YUV 187.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 250 176 79 0 0.30 0.68 0.02 34.04 0.94 0.65
Hex FA B0 4F 0 1E 44 2 22 5E 41
Octal 372 260 117 0 36 104 2 42 136 101
Binary 11111010 10110000 1001111 0 11110 1000100 10 100010 1011110 1000001

Color Harmonies of #FAB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB04F

Black with #FAB04F

Text Example


Text Example

White with #FAB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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