Html Css Color HEX #FAC830 Sunglow

📋 copy color: '#FAC830'

red 250 ◦ green 200 ◦ blue 48

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

Shades of Sunglow #FAC830

Tints of Sunglow #FAC830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.16%

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

R = 50.2%
G = 40.16%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC830 (or 0xFAC830) is known color: Sunglow. HEX triplet: FA, C8 and 30. RGB value is (250,200,48). Sum of RGB (Red+Green+Blue) = 250+200+48=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC830 is #0537CF. Grayscale: #C6C6C6. Windows color (decimal): -341968 or 3197178. OLE color: 3197178.

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

Color convert

RGB 250 200 48 -
CMYK 0 0.2 0.81 0.02
HSL 45.15º 0.95% 0.58% -
HSV(B) 45.15º 0.81% 0.98% -
XYZ 60.61 61.85 11.54 -
YUV 197.62 43.57 165.36 -
System Red Green Blue C M Y K H S L
Decimal 250 200 48 0 0.2 0.81 0.02 45.15 0.95 0.58
Hex FA C8 30 0 14 51 2 2D 5F 3A
Octal 372 310 60 0 24 121 2 55 137 72
Binary 11111010 11001000 110000 0 10100 1010001 10 101101 1011111 111010

Color Harmonies of #FAC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC830

Black with #FAC830

Text Example


Text Example

White with #FAC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC830; }

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

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

background-color css

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

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

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

border-color css

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

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

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