Html Css Color HEX #FACD3A Sunglow

📋 copy color: '#FACD3A'

red 250 ◦ green 205 ◦ blue 58

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

Shades of Sunglow #FACD3A

Tints of Sunglow #FACD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.31%

R = 48.73%
G = 39.96%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FACD3A (or 0xFACD3A) is known color: Sunglow. HEX triplet: FA, CD and 3A. RGB value is (250,205,58). Sum of RGB (Red+Green+Blue) = 250+205+58=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD3A is #0532C5. Grayscale: #CACACA. Windows color (decimal): -340678 or 3853818. OLE color: 3853818.

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

Color convert

RGB 250 205 58 -
CMYK 0 0.18 0.77 0.02
HSL 45.94º 0.95% 0.6% -
HSV(B) 45.94º 0.77% 0.98% -
XYZ 62.02 64.29 13.14 -
YUV 201.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 250 205 58 0 0.18 0.77 0.02 45.94 0.95 0.6
Hex FA CD 3A 0 12 4D 2 2E 5F 3C
Octal 372 315 72 0 22 115 2 56 137 74
Binary 11111010 11001101 111010 0 10010 1001101 10 101110 1011111 111100

Color Harmonies of #FACD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD3A

Black with #FACD3A

Text Example


Text Example

White with #FACD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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