Html Css Color HEX #FAF131 Gorse

📋 copy color: '#FAF131'

red 250 ◦ green 241 ◦ blue 49

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

Shades of Gorse #FAF131

Tints of Gorse #FAF131

RGB

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

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

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

R = 46.3%
G = 44.63%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAF131 (or 0xFAF131) is known color: Gorse. HEX triplet: FA, F1 and 31. RGB value is (250,241,49). Sum of RGB (Red+Green+Blue) = 250+241+49=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 49 (19.53% from 255 or 9.07% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF131 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF131 is #050ECE. Grayscale: #DEDEDE. Windows color (decimal): -331471 or 3273210. OLE color: 3273210.

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

Color convert

RGB 250 241 49 -
CMYK 0 0.04 0.80 0.02
HSL 57.31º 0.95% 0.59% -
HSV(B) 57.31º 0.8% 0.98% -
XYZ 71.43 83.46 15.25 -
YUV 221.8 30.48 148.11 -
System Red Green Blue C M Y K H S L
Decimal 250 241 49 0 0.04 0.80 0.02 57.31 0.95 0.59
Hex FA F1 31 0 4 50 2 39 5F 3B
Octal 372 361 61 0 4 120 2 71 137 73
Binary 11111010 11110001 110001 0 100 1010000 10 111001 1011111 111011

Color Harmonies of #FAF131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF131

Black with #FAF131

Text Example


Text Example

White with #FAF131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF131; }

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

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

background-color css

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

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

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

border-color css

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

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

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