Html Css Color HEX #FAD940 Gorse

📋 copy color: '#FAD940'

red 250 ◦ green 217 ◦ blue 64

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

Shades of Gorse #FAD940

Tints of Gorse #FAD940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.05%

R = 47.08%
G = 40.87%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAD940 (or 0xFAD940) is known color: Gorse. HEX triplet: FA, D9 and 40. RGB value is (250,217,64). Sum of RGB (Red+Green+Blue) = 250+217+64=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 64 (25.39% from 255 or 12.05% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD940 is #0526BF. Grayscale: #D2D2D2. Windows color (decimal): -337600 or 4250106. OLE color: 4250106.

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

Color convert

RGB 250 217 64 -
CMYK 0 0.13 0.74 0.02
HSL 49.35º 0.95% 0.62% -
HSV(B) 49.35º 0.74% 0.98% -
XYZ 65.16 70.32 14.99 -
YUV 209.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 250 217 64 0 0.13 0.74 0.02 49.35 0.95 0.62
Hex FA D9 40 0 D 4A 2 31 5F 3E
Octal 372 331 100 0 15 112 2 61 137 76
Binary 11111010 11011001 1000000 0 1101 1001010 10 110001 1011111 111110

Color Harmonies of #FAD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD940

Black with #FAD940

Text Example


Text Example

White with #FAD940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD940; }

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

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

background-color css

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

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

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

border-color css

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

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

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