Html Css Color HEX #FAF42F Gorse

📋 copy color: '#FAF42F'

red 250 ◦ green 244 ◦ blue 47

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

Shades of Gorse #FAF42F

Tints of Gorse #FAF42F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.1%

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

R = 46.21%
G = 45.1%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAF42F (or 0xFAF42F) is known color: Gorse. HEX triplet: FA, F4 and 2F. RGB value is (250,244,47). Sum of RGB (Red+Green+Blue) = 250+244+47=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 47 (18.75% from 255 or 8.69% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF42F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF42F is #050BD0. Grayscale: #E0E0E0. Windows color (decimal): -330705 or 3142906. OLE color: 3142906.

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

Color convert

RGB 250 244 47 -
CMYK 0 0.02 0.81 0.02
HSL 58.23º 0.95% 0.58% -
HSV(B) 58.23º 0.81% 0.98% -
XYZ 72.29 85.23 15.33 -
YUV 223.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 250 244 47 0 0.02 0.81 0.02 58.23 0.95 0.58
Hex FA F4 2F 0 2 51 2 3A 5F 3A
Octal 372 364 57 0 2 121 2 72 137 72
Binary 11111010 11110100 101111 0 10 1010001 10 111010 1011111 111010

Color Harmonies of #FAF42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF42F

Black with #FAF42F

Text Example


Text Example

White with #FAF42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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