Html Css Color HEX #FACD30 Sunglow

📋 copy color: '#FACD30'

red 250 ◦ green 205 ◦ blue 48

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

Shades of Sunglow #FACD30

Tints of Sunglow #FACD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.76%

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

R = 49.7%
G = 40.76%
B = 9.54%

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

#FACD30 (or 0xFACD30) is known color: Sunglow. HEX triplet: FA, CD and 30. RGB value is (250,205,48). Sum of RGB (Red+Green+Blue) = 250+205+48=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD30 is #0532CF. Grayscale: #C9C9C9. Windows color (decimal): -340688 or 3198458. OLE color: 3198458.

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

Color convert

RGB 250 205 48 -
CMYK 0 0.18 0.81 0.02
HSL 46.63º 0.95% 0.58% -
HSV(B) 46.63º 0.81% 0.98% -
XYZ 61.79 64.2 11.93 -
YUV 200.56 41.91 163.27 -
System Red Green Blue C M Y K H S L
Decimal 250 205 48 0 0.18 0.81 0.02 46.63 0.95 0.58
Hex FA CD 30 0 12 51 2 2F 5F 3A
Octal 372 315 60 0 22 121 2 57 137 72
Binary 11111010 11001101 110000 0 10010 1010001 10 101111 1011111 111010

Color Harmonies of #FACD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD30

Black with #FACD30

Text Example


Text Example

White with #FACD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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