Html Css Color HEX #FAFA2F Gorse

📋 copy color: '#FAFA2F'

red 250 ◦ green 250 ◦ blue 47

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

Shades of Gorse #FAFA2F

Tints of Gorse #FAFA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.59%

R = 45.7%
G = 45.7%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAFA2F (or 0xFAFA2F) is known color: Gorse. HEX triplet: FA, FA and 2F. RGB value is (250,250,47). Sum of RGB (Red+Green+Blue) = 250+250+47=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 47 (18.75% from 255 or 8.59% from 547); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA2F is #0505D0. Grayscale: #E3E3E3. Windows color (decimal): -329169 or 3144442. OLE color: 3144442.

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

Color convert

RGB 250 250 47 -
CMYK 0 0 0.81 0.02
HSL 60º 0.95% 0.58% -
HSV(B) 60º 0.81% 0.98% -
XYZ 74.12 88.9 15.94 -
YUV 226.86 26.5 144.51 -
System Red Green Blue C M Y K H S L
Decimal 250 250 47 0 0 0.81 0.02 60 0.95 0.58
Hex FA FA 2F 0 0 51 2 3C 5F 3A
Octal 372 372 57 0 0 121 2 74 137 72
Binary 11111010 11111010 101111 0 0 1010001 10 111100 1011111 111010

Color Harmonies of #FAFA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA2F

Black with #FAFA2F

Text Example


Text Example

White with #FAFA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA2F; }

 p { color: rgb(250,250,47); }

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

background-color css

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

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

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

border-color css

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

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

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