Html Css Color HEX #FADC2E Gorse

📋 copy color: '#FADC2E'

red 250 ◦ green 220 ◦ blue 46

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

Shades of Gorse #FADC2E

Tints of Gorse #FADC2E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.64%

 BLUE value IS 46 (18.36% from 255) = 8.91%

R = 48.45%
G = 42.64%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FADC2E (or 0xFADC2E) is known color: Gorse. HEX triplet: FA, DC and 2E. RGB value is (250,220,46). Sum of RGB (Red+Green+Blue) = 250+220+46=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 46 (18.36% from 255 or 8.91% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC2E is #0523D1. Grayscale: #D1D1D1. Windows color (decimal): -336850 or 3071226. OLE color: 3071226.

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

Color convert

RGB 250 220 46 -
CMYK 0 0.12 0.82 0.02
HSL 51.18º 0.95% 0.58% -
HSV(B) 51.18º 0.82% 0.98% -
XYZ 65.51 71.71 12.97 -
YUV 209.13 35.94 157.15 -
System Red Green Blue C M Y K H S L
Decimal 250 220 46 0 0.12 0.82 0.02 51.18 0.95 0.58
Hex FA DC 2E 0 C 52 2 33 5F 3A
Octal 372 334 56 0 14 122 2 63 137 72
Binary 11111010 11011100 101110 0 1100 1010010 10 110011 1011111 111010

Color Harmonies of #FADC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC2E

Black with #FADC2E

Text Example


Text Example

White with #FADC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC2E; }

 p { color: rgb(250,220,46); }

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

background-color css

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

 a { background-color: rgb(250,220,46); }

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

border-color css

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

 span { border-color: rgb(250,220,46); }

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