Html Css Color HEX #FAD93E Gorse

📋 copy color: '#FAD93E'

red 250 ◦ green 217 ◦ blue 62

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

Shades of Gorse #FAD93E

Tints of Gorse #FAD93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.72%

R = 47.26%
G = 41.02%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAD93E (or 0xFAD93E) is known color: Gorse. HEX triplet: FA, D9 and 3E. RGB value is (250,217,62). Sum of RGB (Red+Green+Blue) = 250+217+62=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 62 (24.61% from 255 or 11.72% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD93E is #0526C1. Grayscale: #D1D1D1. Windows color (decimal): -337602 or 4119034. OLE color: 4119034.

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

Color convert

RGB 250 217 62 -
CMYK 0 0.13 0.75 0.02
HSL 49.47º 0.95% 0.61% -
HSV(B) 49.47º 0.75% 0.98% -
XYZ 65.11 70.3 14.69 -
YUV 209.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 250 217 62 0 0.13 0.75 0.02 49.47 0.95 0.61
Hex FA D9 3E 0 D 4B 2 31 5F 3D
Octal 372 331 76 0 15 113 2 61 137 75
Binary 11111010 11011001 111110 0 1101 1001011 10 110001 1011111 111101

Color Harmonies of #FAD93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD93E

Black with #FAD93E

Text Example


Text Example

White with #FAD93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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