Html Css Color HEX #FADC29 Gorse

📋 copy color: '#FADC29'

red 250 ◦ green 220 ◦ blue 41

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

Shades of Gorse #FADC29

Tints of Gorse #FADC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.02%

R = 48.92%
G = 43.05%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FADC29 (or 0xFADC29) is known color: Gorse. HEX triplet: FA, DC and 29. RGB value is (250,220,41). Sum of RGB (Red+Green+Blue) = 250+220+41=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 41 (16.41% from 255 or 8.02% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC29 is #0523D6. Grayscale: #D1D1D1. Windows color (decimal): -336855 or 2743546. OLE color: 2743546.

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

Color convert

RGB 250 220 41 -
CMYK 0 0.12 0.84 0.02
HSL 51.39º 0.95% 0.57% -
HSV(B) 51.39º 0.84% 0.98% -
XYZ 65.42 71.67 12.48 -
YUV 208.56 33.44 157.55 -
System Red Green Blue C M Y K H S L
Decimal 250 220 41 0 0.12 0.84 0.02 51.39 0.95 0.57
Hex FA DC 29 0 C 54 2 33 5F 39
Octal 372 334 51 0 14 124 2 63 137 71
Binary 11111010 11011100 101001 0 1100 1010100 10 110011 1011111 111001

Color Harmonies of #FADC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC29

Black with #FADC29

Text Example


Text Example

White with #FADC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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