Html Css Color HEX #FAF42E Gorse

📋 copy color: '#FAF42E'

red 250 ◦ green 244 ◦ blue 46

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

Shades of Gorse #FAF42E

Tints of Gorse #FAF42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.52%

R = 46.3%
G = 45.19%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAF42E (or 0xFAF42E) is known color: Gorse. HEX triplet: FA, F4 and 2E. RGB value is (250,244,46). Sum of RGB (Red+Green+Blue) = 250+244+46=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 46 (18.36% from 255 or 8.52% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF42E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF42E is #050BD1. Grayscale: #E0E0E0. Windows color (decimal): -330706 or 3077370. OLE color: 3077370.

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

Color convert

RGB 250 244 46 -
CMYK 0 0.02 0.82 0.02
HSL 58.24º 0.95% 0.58% -
HSV(B) 58.24º 0.82% 0.98% -
XYZ 72.27 85.22 15.23 -
YUV 223.22 27.99 147.1 -
System Red Green Blue C M Y K H S L
Decimal 250 244 46 0 0.02 0.82 0.02 58.24 0.95 0.58
Hex FA F4 2E 0 2 52 2 3A 5F 3A
Octal 372 364 56 0 2 122 2 72 137 72
Binary 11111010 11110100 101110 0 10 1010010 10 111010 1011111 111010

Color Harmonies of #FAF42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF42E

Black with #FAF42E

Text Example


Text Example

White with #FAF42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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