Html Css Color HEX #FAEB2D Gorse

📋 copy color: '#FAEB2D'

red 250 ◦ green 235 ◦ blue 45

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

Shades of Gorse #FAEB2D

Tints of Gorse #FAEB2D

RGB

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

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

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

R = 47.17%
G = 44.34%
B = 8.49%

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

#FAEB2D (or 0xFAEB2D) is known color: Gorse. HEX triplet: FA, EB and 2D. RGB value is (250,235,45). Sum of RGB (Red+Green+Blue) = 250+235+45=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 45 (17.97% from 255 or 8.49% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEB2D is #0514D2. Grayscale: #DADADA. Windows color (decimal): -333011 or 3009530. OLE color: 3009530.

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

Color convert

RGB 250 235 45 -
CMYK 0 0.06 0.82 0.02
HSL 55.61º 0.95% 0.58% -
HSV(B) 55.61º 0.82% 0.98% -
XYZ 69.61 79.93 14.24 -
YUV 217.83 30.47 150.95 -
System Red Green Blue C M Y K H S L
Decimal 250 235 45 0 0.06 0.82 0.02 55.61 0.95 0.58
Hex FA EB 2D 0 6 52 2 38 5F 3A
Octal 372 353 55 0 6 122 2 70 137 72
Binary 11111010 11101011 101101 0 110 1010010 10 111000 1011111 111010

Color Harmonies of #FAEB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB2D

Black with #FAEB2D

Text Example


Text Example

White with #FAEB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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