Html Css Color HEX #FAEB32 Gorse

📋 copy color: '#FAEB32'

red 250 ◦ green 235 ◦ blue 50

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

Shades of Gorse #FAEB32

Tints of Gorse #FAEB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.93%

 BLUE value IS 50 (19.92% from 255) = 9.35%

R = 46.73%
G = 43.93%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAEB32 (or 0xFAEB32) is known color: Gorse. HEX triplet: FA, EB and 32. RGB value is (250,235,50). Sum of RGB (Red+Green+Blue) = 250+235+50=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 50 (19.92% from 255 or 9.35% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEB32 is #0514CD. Grayscale: #DBDBDB. Windows color (decimal): -333006 or 3337210. OLE color: 3337210.

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

Color convert

RGB 250 235 50 -
CMYK 0 0.06 0.8 0.02
HSL 55.5º 0.95% 0.59% -
HSV(B) 55.5º 0.8% 0.98% -
XYZ 69.71 79.97 14.78 -
YUV 218.4 32.97 150.54 -
System Red Green Blue C M Y K H S L
Decimal 250 235 50 0 0.06 0.8 0.02 55.5 0.95 0.59
Hex FA EB 32 0 6 50 2 38 5F 3B
Octal 372 353 62 0 6 120 2 70 137 73
Binary 11111010 11101011 110010 0 110 1010000 10 111000 1011111 111011

Color Harmonies of #FAEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB32

Black with #FAEB32

Text Example


Text Example

White with #FAEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB32; }

 p { color: rgb(250,235,50); }

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

background-color css

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

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

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

border-color css

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

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

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