Html Css Color HEX #FAEA2D Gorse

📋 copy color: '#FAEA2D'

red 250 ◦ green 234 ◦ blue 45

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

Shades of Gorse #FAEA2D

Tints of Gorse #FAEA2D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.23%

 BLUE value IS 45 (17.97% from 255) = 8.51%

R = 47.26%
G = 44.23%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAEA2D (or 0xFAEA2D) is known color: Gorse. HEX triplet: FA, EA and 2D. RGB value is (250,234,45). Sum of RGB (Red+Green+Blue) = 250+234+45=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA2D is #0515D2. Grayscale: #DADADA. Windows color (decimal): -333267 or 3009274. OLE color: 3009274.

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

Color convert

RGB 250 234 45 -
CMYK 0 0.06 0.82 0.02
HSL 55.32º 0.95% 0.58% -
HSV(B) 55.32º 0.82% 0.98% -
XYZ 69.32 79.36 14.15 -
YUV 217.24 30.8 151.37 -
System Red Green Blue C M Y K H S L
Decimal 250 234 45 0 0.06 0.82 0.02 55.32 0.95 0.58
Hex FA EA 2D 0 6 52 2 37 5F 3A
Octal 372 352 55 0 6 122 2 67 137 72
Binary 11111010 11101010 101101 0 110 1010010 10 110111 1011111 111010

Color Harmonies of #FAEA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA2D

Black with #FAEA2D

Text Example


Text Example

White with #FAEA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA2D; }

 p { color: rgb(250,234,45); }

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

background-color css

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

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

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

border-color css

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

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

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