Html Css Color HEX #FAD736 Gorse

📋 copy color: '#FAD736'

red 250 ◦ green 215 ◦ blue 54

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

Shades of Gorse #FAD736

Tints of Gorse #FAD736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 54 (21.48% from 255) = 10.4%

R = 48.17%
G = 41.43%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAD736 (or 0xFAD736) is known color: Gorse. HEX triplet: FA, D7 and 36. RGB value is (250,215,54). Sum of RGB (Red+Green+Blue) = 250+215+54=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 54 (21.48% from 255 or 10.40% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD736 is #0528C9. Grayscale: #CFCFCF. Windows color (decimal): -338122 or 3594234. OLE color: 3594234.

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

Color convert

RGB 250 215 54 -
CMYK 0 0.14 0.78 0.02
HSL 49.29º 0.95% 0.6% -
HSV(B) 49.29º 0.78% 0.98% -
XYZ 64.39 69.19 13.45 -
YUV 207.11 41.6 158.59 -
System Red Green Blue C M Y K H S L
Decimal 250 215 54 0 0.14 0.78 0.02 49.29 0.95 0.6
Hex FA D7 36 0 E 4E 2 31 5F 3C
Octal 372 327 66 0 16 116 2 61 137 74
Binary 11111010 11010111 110110 0 1110 1001110 10 110001 1011111 111100

Color Harmonies of #FAD736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD736

Black with #FAD736

Text Example


Text Example

White with #FAD736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD736; }

 p { color: rgb(250,215,54); }

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

background-color css

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

 a { background-color: rgb(250,215,54); }

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

border-color css

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

 span { border-color: rgb(250,215,54); }

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