Html Css Color HEX #FAD938 Gorse

📋 copy color: '#FAD938'

red 250 ◦ green 217 ◦ blue 56

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

Shades of Gorse #FAD938

Tints of Gorse #FAD938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.71%

R = 47.8%
G = 41.49%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAD938 (or 0xFAD938) is known color: Gorse. HEX triplet: FA, D9 and 38. RGB value is (250,217,56). Sum of RGB (Red+Green+Blue) = 250+217+56=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 56 (22.27% from 255 or 10.71% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD938 is #0526C7. Grayscale: #D1D1D1. Windows color (decimal): -337608 or 3725818. OLE color: 3725818.

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

Color convert

RGB 250 217 56 -
CMYK 0 0.13 0.78 0.02
HSL 49.79º 0.95% 0.6% -
HSV(B) 49.79º 0.78% 0.98% -
XYZ 64.95 70.24 13.87 -
YUV 208.51 41.93 157.59 -
System Red Green Blue C M Y K H S L
Decimal 250 217 56 0 0.13 0.78 0.02 49.79 0.95 0.6
Hex FA D9 38 0 D 4E 2 32 5F 3C
Octal 372 331 70 0 15 116 2 62 137 74
Binary 11111010 11011001 111000 0 1101 1001110 10 110010 1011111 111100

Color Harmonies of #FAD938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD938

Black with #FAD938

Text Example


Text Example

White with #FAD938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD938; }

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

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

background-color css

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

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

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

border-color css

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

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

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