Html Css Color HEX #FACD2D Sunglow

📋 copy color: '#FACD2D'

red 250 ◦ green 205 ◦ blue 45

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

Shades of Sunglow #FACD2D

Tints of Sunglow #FACD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9%

R = 50%
G = 41%
B = 9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FACD2D (or 0xFACD2D) is known color: Sunglow. HEX triplet: FA, CD and 2D. RGB value is (250,205,45). Sum of RGB (Red+Green+Blue) = 250+205+45=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD2D is #0532D2. Grayscale: #C8C8C8. Windows color (decimal): -340691 or 3001850. OLE color: 3001850.

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

Color convert

RGB 250 205 45 -
CMYK 0 0.18 0.82 0.02
HSL 46.83º 0.95% 0.58% -
HSV(B) 46.83º 0.82% 0.98% -
XYZ 61.73 64.18 11.62 -
YUV 200.22 40.41 163.51 -
System Red Green Blue C M Y K H S L
Decimal 250 205 45 0 0.18 0.82 0.02 46.83 0.95 0.58
Hex FA CD 2D 0 12 52 2 2F 5F 3A
Octal 372 315 55 0 22 122 2 57 137 72
Binary 11111010 11001101 101101 0 10010 1010010 10 101111 1011111 111010

Color Harmonies of #FACD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD2D

Black with #FACD2D

Text Example


Text Example

White with #FACD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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