Html Css Color HEX #FAD63E Gorse

📋 copy color: '#FAD63E'

red 250 ◦ green 214 ◦ blue 62

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

Shades of Gorse #FAD63E

Tints of Gorse #FAD63E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

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

R = 47.53%
G = 40.68%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAD63E (or 0xFAD63E) is known color: Gorse. HEX triplet: FA, D6 and 3E. RGB value is (250,214,62). Sum of RGB (Red+Green+Blue) = 250+214+62=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 62 (24.61% from 255 or 11.79% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD63E is #0529C1. Grayscale: #D0D0D0. Windows color (decimal): -338370 or 4118266. OLE color: 4118266.

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

Color convert

RGB 250 214 62 -
CMYK 0 0.14 0.75 0.02
HSL 48.51º 0.95% 0.61% -
HSV(B) 48.51º 0.75% 0.98% -
XYZ 64.34 68.76 14.44 -
YUV 207.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 250 214 62 0 0.14 0.75 0.02 48.51 0.95 0.61
Hex FA D6 3E 0 E 4B 2 31 5F 3D
Octal 372 326 76 0 16 113 2 61 137 75
Binary 11111010 11010110 111110 0 1110 1001011 10 110001 1011111 111101

Color Harmonies of #FAD63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD63E

Black with #FAD63E

Text Example


Text Example

White with #FAD63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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