Html Css Color HEX #FADA29 Gorse

📋 copy color: '#FADA29'

red 250 ◦ green 218 ◦ blue 41

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

Shades of Gorse #FADA29

Tints of Gorse #FADA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.83%

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

R = 49.12%
G = 42.83%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FADA29 (or 0xFADA29) is known color: Gorse. HEX triplet: FA, DA and 29. RGB value is (250,218,41). Sum of RGB (Red+Green+Blue) = 250+218+41=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 41 (16.41% from 255 or 8.06% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA29 is #0525D6. Grayscale: #D0D0D0. Windows color (decimal): -337367 or 2743034. OLE color: 2743034.

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

Color convert

RGB 250 218 41 -
CMYK 0 0.13 0.84 0.02
HSL 50.81º 0.95% 0.57% -
HSV(B) 50.81º 0.84% 0.98% -
XYZ 64.9 70.63 12.31 -
YUV 207.39 34.1 158.39 -
System Red Green Blue C M Y K H S L
Decimal 250 218 41 0 0.13 0.84 0.02 50.81 0.95 0.57
Hex FA DA 29 0 D 54 2 33 5F 39
Octal 372 332 51 0 15 124 2 63 137 71
Binary 11111010 11011010 101001 0 1101 1010100 10 110011 1011111 111001

Color Harmonies of #FADA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA29

Black with #FADA29

Text Example


Text Example

White with #FADA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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