Html Css Color HEX #FAD330 Sunglow

📋 copy color: '#FAD330'

red 250 ◦ green 211 ◦ blue 48

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

Shades of Sunglow #FAD330

Tints of Sunglow #FAD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.45%

 BLUE value IS 48 (19.14% from 255) = 9.43%

R = 49.12%
G = 41.45%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAD330 (or 0xFAD330) is known color: Sunglow. HEX triplet: FA, D3 and 30. RGB value is (250,211,48). Sum of RGB (Red+Green+Blue) = 250+211+48=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD330 is #052CCF. Grayscale: #CCCCCC. Windows color (decimal): -339152 or 3199994. OLE color: 3199994.

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

Color convert

RGB 250 211 48 -
CMYK 0 0.16 0.81 0.02
HSL 48.42º 0.95% 0.58% -
HSV(B) 48.42º 0.81% 0.98% -
XYZ 63.25 67.13 12.42 -
YUV 204.08 39.92 160.75 -
System Red Green Blue C M Y K H S L
Decimal 250 211 48 0 0.16 0.81 0.02 48.42 0.95 0.58
Hex FA D3 30 0 10 51 2 30 5F 3A
Octal 372 323 60 0 20 121 2 60 137 72
Binary 11111010 11010011 110000 0 10000 1010001 10 110000 1011111 111010

Color Harmonies of #FAD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD330

Black with #FAD330

Text Example


Text Example

White with #FAD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD330; }

 p { color: rgb(250,211,48); }

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

background-color css

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

 a { background-color: rgb(250,211,48); }

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

border-color css

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

 span { border-color: rgb(250,211,48); }

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