Html Css Color HEX #FAF831 Gorse

📋 copy color: '#FAF831'

red 250 ◦ green 248 ◦ blue 49

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

Shades of Gorse #FAF831

Tints of Gorse #FAF831

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.34%

 BLUE value IS 49 (19.53% from 255) = 8.96%

R = 45.7%
G = 45.34%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAF831 (or 0xFAF831) is known color: Gorse. HEX triplet: FA, F8 and 31. RGB value is (250,248,49). Sum of RGB (Red+Green+Blue) = 250+248+49=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 49 (19.53% from 255 or 8.96% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF831 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF831 is #0507CE. Grayscale: #E2E2E2. Windows color (decimal): -329679 or 3275002. OLE color: 3275002.

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

Color convert

RGB 250 248 49 -
CMYK 0 0.01 0.80 0.02
HSL 59.4º 0.95% 0.59% -
HSV(B) 59.4º 0.8% 0.98% -
XYZ 73.55 87.68 15.95 -
YUV 225.91 28.16 145.18 -
System Red Green Blue C M Y K H S L
Decimal 250 248 49 0 0.01 0.80 0.02 59.4 0.95 0.59
Hex FA F8 31 0 1 50 2 3B 5F 3B
Octal 372 370 61 0 1 120 2 73 137 73
Binary 11111010 11111000 110001 0 1 1010000 10 111011 1011111 111011

Color Harmonies of #FAF831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF831

Black with #FAF831

Text Example


Text Example

White with #FAF831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF831; }

 p { color: rgb(250,248,49); }

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

background-color css

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

 a { background-color: rgb(250,248,49); }

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

border-color css

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

 span { border-color: rgb(250,248,49); }

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