Html Css Color HEX #FAED2D Gorse

📋 copy color: '#FAED2D'

red 250 ◦ green 237 ◦ blue 45

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

Shades of Gorse #FAED2D

Tints of Gorse #FAED2D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.55%

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

R = 46.99%
G = 44.55%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAED2D (or 0xFAED2D) is known color: Gorse. HEX triplet: FA, ED and 2D. RGB value is (250,237,45). Sum of RGB (Red+Green+Blue) = 250+237+45=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 45 (17.97% from 255 or 8.46% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAED2D is #0512D2. Grayscale: #DBDBDB. Windows color (decimal): -332499 or 3010042. OLE color: 3010042.

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

Color convert

RGB 250 237 45 -
CMYK 0 0.05 0.82 0.02
HSL 56.2º 0.95% 0.58% -
HSV(B) 56.2º 0.82% 0.98% -
XYZ 70.18 81.08 14.43 -
YUV 219 29.81 150.11 -
System Red Green Blue C M Y K H S L
Decimal 250 237 45 0 0.05 0.82 0.02 56.2 0.95 0.58
Hex FA ED 2D 0 5 52 2 38 5F 3A
Octal 372 355 55 0 5 122 2 70 137 72
Binary 11111010 11101101 101101 0 101 1010010 10 111000 1011111 111010

Color Harmonies of #FAED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED2D

Black with #FAED2D

Text Example


Text Example

White with #FAED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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