Html Css Color HEX #FAF129 Gorse

📋 copy color: '#FAF129'

red 250 ◦ green 241 ◦ blue 41

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

Shades of Gorse #FAF129

Tints of Gorse #FAF129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

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

R = 46.99%
G = 45.3%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAF129 (or 0xFAF129) is known color: Gorse. HEX triplet: FA, F1 and 29. RGB value is (250,241,41). Sum of RGB (Red+Green+Blue) = 250+241+41=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 41 (16.41% from 255 or 7.71% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF129 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF129 is #050ED6. Grayscale: #DDDDDD. Windows color (decimal): -331479 or 2748922. OLE color: 2748922.

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

Color convert

RGB 250 241 41 -
CMYK 0 0.04 0.84 0.02
HSL 57.42º 0.95% 0.57% -
HSV(B) 57.42º 0.84% 0.98% -
XYZ 71.28 83.39 14.44 -
YUV 220.89 26.48 148.76 -
System Red Green Blue C M Y K H S L
Decimal 250 241 41 0 0.04 0.84 0.02 57.42 0.95 0.57
Hex FA F1 29 0 4 54 2 39 5F 39
Octal 372 361 51 0 4 124 2 71 137 71
Binary 11111010 11110001 101001 0 100 1010100 10 111001 1011111 111001

Color Harmonies of #FAF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF129

Black with #FAF129

Text Example


Text Example

White with #FAF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF129; }

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

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

background-color css

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

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

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

border-color css

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

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

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