Html Css Color HEX #FADC2C Gorse

📋 copy color: '#FADC2C'

red 250 ◦ green 220 ◦ blue 44

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

Shades of Gorse #FADC2C

Tints of Gorse #FADC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.56%

R = 48.64%
G = 42.8%
B = 8.56%

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

#FADC2C (or 0xFADC2C) is known color: Gorse. HEX triplet: FA, DC and 2C. RGB value is (250,220,44). Sum of RGB (Red+Green+Blue) = 250+220+44=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 44 (17.58% from 255 or 8.56% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC2C is #0523D3. Grayscale: #D1D1D1. Windows color (decimal): -336852 or 2940154. OLE color: 2940154.

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

Color convert

RGB 250 220 44 -
CMYK 0 0.12 0.82 0.02
HSL 51.26º 0.95% 0.58% -
HSV(B) 51.26º 0.82% 0.98% -
XYZ 65.47 71.69 12.77 -
YUV 208.91 34.94 157.31 -
System Red Green Blue C M Y K H S L
Decimal 250 220 44 0 0.12 0.82 0.02 51.26 0.95 0.58
Hex FA DC 2C 0 C 52 2 33 5F 3A
Octal 372 334 54 0 14 122 2 63 137 72
Binary 11111010 11011100 101100 0 1100 1010010 10 110011 1011111 111010

Color Harmonies of #FADC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC2C

Black with #FADC2C

Text Example


Text Example

White with #FADC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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