Html Css Color HEX #FAF52E Gorse

📋 copy color: '#FAF52E'

red 250 ◦ green 245 ◦ blue 46

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

Shades of Gorse #FAF52E

Tints of Gorse #FAF52E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.29%

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

R = 46.21%
G = 45.29%
B = 8.5%

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

#FAF52E (or 0xFAF52E) is known color: Gorse. HEX triplet: FA, F5 and 2E. RGB value is (250,245,46). Sum of RGB (Red+Green+Blue) = 250+245+46=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 46 (18.36% from 255 or 8.50% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF52E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF52E is #050AD1. Grayscale: #E0E0E0. Windows color (decimal): -330450 or 3077626. OLE color: 3077626.

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

Color convert

RGB 250 245 46 -
CMYK 0 0.02 0.82 0.02
HSL 58.53º 0.95% 0.58% -
HSV(B) 58.53º 0.82% 0.98% -
XYZ 72.57 85.83 15.33 -
YUV 223.81 27.66 146.68 -
System Red Green Blue C M Y K H S L
Decimal 250 245 46 0 0.02 0.82 0.02 58.53 0.95 0.58
Hex FA F5 2E 0 2 52 2 3B 5F 3A
Octal 372 365 56 0 2 122 2 73 137 72
Binary 11111010 11110101 101110 0 10 1010010 10 111011 1011111 111010

Color Harmonies of #FAF52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF52E

Black with #FAF52E

Text Example


Text Example

White with #FAF52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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