Html Css Color HEX #FAD935 Gorse

📋 copy color: '#FAD935'

red 250 ◦ green 217 ◦ blue 53

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

Shades of Gorse #FAD935

Tints of Gorse #FAD935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.73%

 BLUE value IS 53 (21.09% from 255) = 10.19%

R = 48.08%
G = 41.73%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAD935 (or 0xFAD935) is known color: Gorse. HEX triplet: FA, D9 and 35. RGB value is (250,217,53). Sum of RGB (Red+Green+Blue) = 250+217+53=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 53 (21.09% from 255 or 10.19% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD935 is #0526CA. Grayscale: #D0D0D0. Windows color (decimal): -337611 or 3529210. OLE color: 3529210.

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

Color convert

RGB 250 217 53 -
CMYK 0 0.13 0.79 0.02
HSL 49.95º 0.95% 0.59% -
HSV(B) 49.95º 0.79% 0.98% -
XYZ 64.88 70.21 13.5 -
YUV 208.17 40.43 157.84 -
System Red Green Blue C M Y K H S L
Decimal 250 217 53 0 0.13 0.79 0.02 49.95 0.95 0.59
Hex FA D9 35 0 D 4F 2 32 5F 3B
Octal 372 331 65 0 15 117 2 62 137 73
Binary 11111010 11011001 110101 0 1101 1001111 10 110010 1011111 111011

Color Harmonies of #FAD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD935

Black with #FAD935

Text Example


Text Example

White with #FAD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD935; }

 p { color: rgb(250,217,53); }

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

background-color css

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

 a { background-color: rgb(250,217,53); }

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

border-color css

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

 span { border-color: rgb(250,217,53); }

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