Html Css Color HEX #FADE2A Gorse

📋 copy color: '#FADE2A'

red 250 ◦ green 222 ◦ blue 42

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

Shades of Gorse #FADE2A

Tints of Gorse #FADE2A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.19%

 BLUE value IS 42 (16.8% from 255) = 8.17%

R = 48.64%
G = 43.19%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FADE2A (or 0xFADE2A) is known color: Gorse. HEX triplet: FA, DE and 2A. RGB value is (250,222,42). Sum of RGB (Red+Green+Blue) = 250+222+42=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE2A is #0521D5. Grayscale: #D2D2D2. Windows color (decimal): -336342 or 2809594. OLE color: 2809594.

HSL color Cylindrical-coordinate representation of color #FADE2A: hue angle of 51.92º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FADE2A is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 42 -
CMYK 0 0.11 0.83 0.02
HSL 51.92º 0.95% 0.57% -
HSV(B) 51.92º 0.83% 0.98% -
XYZ 65.96 72.73 12.75 -
YUV 209.85 33.28 156.64 -
System Red Green Blue C M Y K H S L
Decimal 250 222 42 0 0.11 0.83 0.02 51.92 0.95 0.57
Hex FA DE 2A 0 B 53 2 34 5F 39
Octal 372 336 52 0 13 123 2 64 137 71
Binary 11111010 11011110 101010 0 1011 1010011 10 110100 1011111 111001

Color Harmonies of #FADE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE2A

Black with #FADE2A

Text Example


Text Example

White with #FADE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE2A; }

 p { color: rgb(250,222,42); }

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

background-color css

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

 a { background-color: rgb(250,222,42); }

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

border-color css

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

 span { border-color: rgb(250,222,42); }

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