Html Css Color HEX #FACD31 Sunglow

📋 copy color: '#FACD31'

red 250 ◦ green 205 ◦ blue 49

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

Shades of Sunglow #FACD31

Tints of Sunglow #FACD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.72%

R = 49.6%
G = 40.67%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FACD31 (or 0xFACD31) is known color: Sunglow. HEX triplet: FA, CD and 31. RGB value is (250,205,49). Sum of RGB (Red+Green+Blue) = 250+205+49=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD31 is #0532CE. Grayscale: #C9C9C9. Windows color (decimal): -340687 or 3263994. OLE color: 3263994.

HSL color Cylindrical-coordinate representation of color #FACD31: hue angle of 46.57º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FACD31 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 205 49 -
CMYK 0 0.18 0.80 0.02
HSL 46.57º 0.95% 0.59% -
HSV(B) 46.57º 0.8% 0.98% -
XYZ 61.81 64.21 12.04 -
YUV 200.67 42.41 163.18 -
System Red Green Blue C M Y K H S L
Decimal 250 205 49 0 0.18 0.80 0.02 46.57 0.95 0.59
Hex FA CD 31 0 12 50 2 2F 5F 3B
Octal 372 315 61 0 22 120 2 57 137 73
Binary 11111010 11001101 110001 0 10010 1010000 10 101111 1011111 111011

Color Harmonies of #FACD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD31

Black with #FACD31

Text Example


Text Example

White with #FACD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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