Html Css Color HEX #FACD37 Sunglow

📋 copy color: '#FACD37'

red 250 ◦ green 205 ◦ blue 55

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

Shades of Sunglow #FACD37

Tints of Sunglow #FACD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.78%

R = 49.02%
G = 40.2%
B = 10.78%

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

#FACD37 (or 0xFACD37) is known color: Sunglow. HEX triplet: FA, CD and 37. RGB value is (250,205,55). Sum of RGB (Red+Green+Blue) = 250+205+55=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD37 is #0532C8. Grayscale: #CACACA. Windows color (decimal): -340681 or 3657210. OLE color: 3657210.

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

Color convert

RGB 250 205 55 -
CMYK 0 0.18 0.78 0.02
HSL 46.15º 0.95% 0.6% -
HSV(B) 46.15º 0.78% 0.98% -
XYZ 61.95 64.26 12.75 -
YUV 201.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 250 205 55 0 0.18 0.78 0.02 46.15 0.95 0.6
Hex FA CD 37 0 12 4E 2 2E 5F 3C
Octal 372 315 67 0 22 116 2 56 137 74
Binary 11111010 11001101 110111 0 10010 1001110 10 101110 1011111 111100

Color Harmonies of #FACD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD37

Black with #FACD37

Text Example


Text Example

White with #FACD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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