Html Css Color HEX #FAD03C Sunglow

📋 copy color: '#FAD03C'

red 250 ◦ green 208 ◦ blue 60

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

Shades of Sunglow #FAD03C

Tints of Sunglow #FAD03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

 BLUE value IS 60 (23.83% from 255) = 11.58%

R = 48.26%
G = 40.15%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAD03C (or 0xFAD03C) is known color: Sunglow. HEX triplet: FA, D0 and 3C. RGB value is (250,208,60). Sum of RGB (Red+Green+Blue) = 250+208+60=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD03C is #052FC3. Grayscale: #CCCCCC. Windows color (decimal): -339908 or 3985658. OLE color: 3985658.

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

Color convert

RGB 250 208 60 -
CMYK 0 0.17 0.76 0.02
HSL 46.74º 0.95% 0.61% -
HSV(B) 46.74º 0.76% 0.98% -
XYZ 62.8 65.76 13.66 -
YUV 203.69 46.91 161.03 -
System Red Green Blue C M Y K H S L
Decimal 250 208 60 0 0.17 0.76 0.02 46.74 0.95 0.61
Hex FA D0 3C 0 11 4C 2 2F 5F 3D
Octal 372 320 74 0 21 114 2 57 137 75
Binary 11111010 11010000 111100 0 10001 1001100 10 101111 1011111 111101

Color Harmonies of #FAD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD03C

Black with #FAD03C

Text Example


Text Example

White with #FAD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD03C; }

 p { color: rgb(250,208,60); }

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

background-color css

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

 a { background-color: rgb(250,208,60); }

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

border-color css

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

 span { border-color: rgb(250,208,60); }

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