Html Css Color HEX #FACC30 Sunglow

📋 copy color: '#FACC30'

red 250 ◦ green 204 ◦ blue 48

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

Shades of Sunglow #FACC30

Tints of Sunglow #FACC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

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

R = 49.8%
G = 40.64%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FACC30 (or 0xFACC30) is known color: Sunglow. HEX triplet: FA, CC and 30. RGB value is (250,204,48). Sum of RGB (Red+Green+Blue) = 250+204+48=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC30 is #0533CF. Grayscale: #C8C8C8. Windows color (decimal): -340944 or 3198202. OLE color: 3198202.

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

Color convert

RGB 250 204 48 -
CMYK 0 0.18 0.81 0.02
HSL 46.34º 0.95% 0.58% -
HSV(B) 46.34º 0.81% 0.98% -
XYZ 61.55 63.72 11.85 -
YUV 199.97 42.24 163.68 -
System Red Green Blue C M Y K H S L
Decimal 250 204 48 0 0.18 0.81 0.02 46.34 0.95 0.58
Hex FA CC 30 0 12 51 2 2E 5F 3A
Octal 372 314 60 0 22 121 2 56 137 72
Binary 11111010 11001100 110000 0 10010 1010001 10 101110 1011111 111010

Color Harmonies of #FACC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC30

Black with #FACC30

Text Example


Text Example

White with #FACC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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