Html Css Color HEX #FAF631 Gorse

📋 copy color: '#FAF631'

red 250 ◦ green 246 ◦ blue 49

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

Shades of Gorse #FAF631

Tints of Gorse #FAF631

RGB

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

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

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

R = 45.87%
G = 45.14%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAF631 (or 0xFAF631) is known color: Gorse. HEX triplet: FA, F6 and 31. RGB value is (250,246,49). Sum of RGB (Red+Green+Blue) = 250+246+49=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 49 (19.53% from 255 or 8.99% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF631 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF631 is #0509CE. Grayscale: #E1E1E1. Windows color (decimal): -330191 or 3274490. OLE color: 3274490.

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

Color convert

RGB 250 246 49 -
CMYK 0 0.02 0.80 0.02
HSL 58.81º 0.95% 0.59% -
HSV(B) 58.81º 0.8% 0.98% -
XYZ 72.93 86.46 15.75 -
YUV 224.74 28.83 146.02 -
System Red Green Blue C M Y K H S L
Decimal 250 246 49 0 0.02 0.80 0.02 58.81 0.95 0.59
Hex FA F6 31 0 2 50 2 3B 5F 3B
Octal 372 366 61 0 2 120 2 73 137 73
Binary 11111010 11110110 110001 0 10 1010000 10 111011 1011111 111011

Color Harmonies of #FAF631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF631

Black with #FAF631

Text Example


Text Example

White with #FAF631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF631; }

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

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

background-color css

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

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

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

border-color css

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

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

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