Html Css Color HEX #FACD36 Sunglow

📋 copy color: '#FACD36'

red 250 ◦ green 205 ◦ blue 54

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

Shades of Sunglow #FACD36

Tints of Sunglow #FACD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.61%

R = 49.12%
G = 40.28%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FACD36 (or 0xFACD36) is known color: Sunglow. HEX triplet: FA, CD and 36. RGB value is (250,205,54). Sum of RGB (Red+Green+Blue) = 250+205+54=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 54 (21.48% from 255 or 10.61% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD36 is #0532C9. Grayscale: #C9C9C9. Windows color (decimal): -340682 or 3591674. OLE color: 3591674.

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

Color convert

RGB 250 205 54 -
CMYK 0 0.18 0.78 0.02
HSL 46.22º 0.95% 0.6% -
HSV(B) 46.22º 0.78% 0.98% -
XYZ 61.92 64.25 12.63 -
YUV 201.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 250 205 54 0 0.18 0.78 0.02 46.22 0.95 0.6
Hex FA CD 36 0 12 4E 2 2E 5F 3C
Octal 372 315 66 0 22 116 2 56 137 74
Binary 11111010 11001101 110110 0 10010 1001110 10 101110 1011111 111100

Color Harmonies of #FACD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD36

Black with #FACD36

Text Example


Text Example

White with #FACD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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