Html Css Color HEX #FAD430 Sunglow

📋 copy color: '#FAD430'

red 250 ◦ green 212 ◦ blue 48

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

Shades of Sunglow #FAD430

Tints of Sunglow #FAD430

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.57%

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

R = 49.02%
G = 41.57%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAD430 (or 0xFAD430) is known color: Sunglow. HEX triplet: FA, D4 and 30. RGB value is (250,212,48). Sum of RGB (Red+Green+Blue) = 250+212+48=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 48 (19.14% from 255 or 9.41% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD430 is #052BCF. Grayscale: #CDCDCD. Windows color (decimal): -338896 or 3200250. OLE color: 3200250.

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

Color convert

RGB 250 212 48 -
CMYK 0 0.15 0.81 0.02
HSL 48.71º 0.95% 0.58% -
HSV(B) 48.71º 0.81% 0.98% -
XYZ 63.5 67.62 12.5 -
YUV 204.67 39.59 160.34 -
System Red Green Blue C M Y K H S L
Decimal 250 212 48 0 0.15 0.81 0.02 48.71 0.95 0.58
Hex FA D4 30 0 F 51 2 31 5F 3A
Octal 372 324 60 0 17 121 2 61 137 72
Binary 11111010 11010100 110000 0 1111 1010001 10 110001 1011111 111010

Color Harmonies of #FAD430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD430

Black with #FAD430

Text Example


Text Example

White with #FAD430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD430; }

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

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

background-color css

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

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

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

border-color css

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

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

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