Html Css Color HEX #FAD63A Sunglow

📋 copy color: '#FAD63A'

red 250 ◦ green 214 ◦ blue 58

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

Shades of Sunglow #FAD63A

Tints of Sunglow #FAD63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.11%

R = 47.89%
G = 41%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAD63A (or 0xFAD63A) is known color: Sunglow. HEX triplet: FA, D6 and 3A. RGB value is (250,214,58). Sum of RGB (Red+Green+Blue) = 250+214+58=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD63A is #0529C5. Grayscale: #CFCFCF. Windows color (decimal): -338374 or 3856122. OLE color: 3856122.

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

Color convert

RGB 250 214 58 -
CMYK 0 0.14 0.77 0.02
HSL 48.75º 0.95% 0.6% -
HSV(B) 48.75º 0.77% 0.98% -
XYZ 64.23 68.72 13.88 -
YUV 206.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 250 214 58 0 0.14 0.77 0.02 48.75 0.95 0.6
Hex FA D6 3A 0 E 4D 2 31 5F 3C
Octal 372 326 72 0 16 115 2 61 137 74
Binary 11111010 11010110 111010 0 1110 1001101 10 110001 1011111 111100

Color Harmonies of #FAD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD63A

Black with #FAD63A

Text Example


Text Example

White with #FAD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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