Html Css Color HEX #FAD93D Gorse

📋 copy color: '#FAD93D'

red 250 ◦ green 217 ◦ blue 61

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

Shades of Gorse #FAD93D

Tints of Gorse #FAD93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.55%

R = 47.35%
G = 41.1%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAD93D (or 0xFAD93D) is known color: Gorse. HEX triplet: FA, D9 and 3D. RGB value is (250,217,61). Sum of RGB (Red+Green+Blue) = 250+217+61=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD93D is #0526C2. Grayscale: #D1D1D1. Windows color (decimal): -337603 or 4053498. OLE color: 4053498.

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

Color convert

RGB 250 217 61 -
CMYK 0 0.13 0.76 0.02
HSL 49.52º 0.95% 0.61% -
HSV(B) 49.52º 0.76% 0.98% -
XYZ 65.08 70.29 14.55 -
YUV 209.08 44.43 157.18 -
System Red Green Blue C M Y K H S L
Decimal 250 217 61 0 0.13 0.76 0.02 49.52 0.95 0.61
Hex FA D9 3D 0 D 4C 2 32 5F 3D
Octal 372 331 75 0 15 114 2 62 137 75
Binary 11111010 11011001 111101 0 1101 1001100 10 110010 1011111 111101

Color Harmonies of #FAD93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD93D

Black with #FAD93D

Text Example


Text Example

White with #FAD93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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