Html Css Color HEX #FAF729 Gorse

📋 copy color: '#FAF729'

red 250 ◦ green 247 ◦ blue 41

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

Shades of Gorse #FAF729

Tints of Gorse #FAF729

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.91%

 BLUE value IS 41 (16.41% from 255) = 7.62%

R = 46.47%
G = 45.91%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAF729 (or 0xFAF729) is known color: Gorse. HEX triplet: FA, F7 and 29. RGB value is (250,247,41). Sum of RGB (Red+Green+Blue) = 250+247+41=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 41 (16.41% from 255 or 7.62% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF729 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF729 is #0508D6. Grayscale: #E1E1E1. Windows color (decimal): -329943 or 2750458. OLE color: 2750458.

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

Color convert

RGB 250 247 41 -
CMYK 0 0.01 0.84 0.02
HSL 59.14º 0.95% 0.57% -
HSV(B) 59.14º 0.84% 0.98% -
XYZ 73.09 87.01 15.04 -
YUV 224.41 24.49 146.25 -
System Red Green Blue C M Y K H S L
Decimal 250 247 41 0 0.01 0.84 0.02 59.14 0.95 0.57
Hex FA F7 29 0 1 54 2 3B 5F 39
Octal 372 367 51 0 1 124 2 73 137 71
Binary 11111010 11110111 101001 0 1 1010100 10 111011 1011111 111001

Color Harmonies of #FAF729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF729

Black with #FAF729

Text Example


Text Example

White with #FAF729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF729; }

 p { color: rgb(250,247,41); }

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

background-color css

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

 a { background-color: rgb(250,247,41); }

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

border-color css

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

 span { border-color: rgb(250,247,41); }

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