Html Css Color HEX #FADC41 Gorse

📋 copy color: '#FADC41'

red 250 ◦ green 220 ◦ blue 65

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

Shades of Gorse #FADC41

Tints of Gorse #FADC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.15%

R = 46.73%
G = 41.12%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FADC41 (or 0xFADC41) is known color: Gorse. HEX triplet: FA, DC and 41. RGB value is (250,220,65). Sum of RGB (Red+Green+Blue) = 250+220+65=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC41 is #0523BE. Grayscale: #D3D3D3. Windows color (decimal): -336831 or 4316410. OLE color: 4316410.

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

Color convert

RGB 250 220 65 -
CMYK 0 0.12 0.74 0.02
HSL 50.27º 0.95% 0.62% -
HSV(B) 50.27º 0.74% 0.98% -
XYZ 65.97 71.89 15.4 -
YUV 211.3 45.44 155.6 -
System Red Green Blue C M Y K H S L
Decimal 250 220 65 0 0.12 0.74 0.02 50.27 0.95 0.62
Hex FA DC 41 0 C 4A 2 32 5F 3E
Octal 372 334 101 0 14 112 2 62 137 76
Binary 11111010 11011100 1000001 0 1100 1001010 10 110010 1011111 111110

Color Harmonies of #FADC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC41

Black with #FADC41

Text Example


Text Example

White with #FADC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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