Html Css Color HEX #FAF629 Gorse

📋 copy color: '#FAF629'

red 250 ◦ green 246 ◦ blue 41

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

Shades of Gorse #FAF629

Tints of Gorse #FAF629

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.81%

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

R = 46.55%
G = 45.81%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAF629 (or 0xFAF629) is known color: Gorse. HEX triplet: FA, F6 and 29. RGB value is (250,246,41). Sum of RGB (Red+Green+Blue) = 250+246+41=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 41 (16.41% from 255 or 7.64% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF629 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF629 is #0509D6. Grayscale: #E0E0E0. Windows color (decimal): -330199 or 2750202. OLE color: 2750202.

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

Color convert

RGB 250 246 41 -
CMYK 0 0.02 0.84 0.02
HSL 58.85º 0.95% 0.57% -
HSV(B) 58.85º 0.84% 0.98% -
XYZ 72.78 86.4 14.94 -
YUV 223.83 24.83 146.67 -
System Red Green Blue C M Y K H S L
Decimal 250 246 41 0 0.02 0.84 0.02 58.85 0.95 0.57
Hex FA F6 29 0 2 54 2 3B 5F 39
Octal 372 366 51 0 2 124 2 73 137 71
Binary 11111010 11110110 101001 0 10 1010100 10 111011 1011111 111001

Color Harmonies of #FAF629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF629

Black with #FAF629

Text Example


Text Example

White with #FAF629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF629; }

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

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

background-color css

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

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

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

border-color css

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

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

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