Html Css Color HEX #FACC2D Sunglow

📋 copy color: '#FACC2D'

red 250 ◦ green 204 ◦ blue 45

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

Shades of Sunglow #FACC2D

Tints of Sunglow #FACC2D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.88%

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

R = 50.1%
G = 40.88%
B = 9.02%

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

#FACC2D (or 0xFACC2D) is known color: Sunglow. HEX triplet: FA, CC and 2D. RGB value is (250,204,45). Sum of RGB (Red+Green+Blue) = 250+204+45=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC2D is #0533D2. Grayscale: #C8C8C8. Windows color (decimal): -340947 or 3001594. OLE color: 3001594.

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

Color convert

RGB 250 204 45 -
CMYK 0 0.18 0.82 0.02
HSL 46.54º 0.95% 0.58% -
HSV(B) 46.54º 0.82% 0.98% -
XYZ 61.49 63.7 11.54 -
YUV 199.63 40.74 163.93 -
System Red Green Blue C M Y K H S L
Decimal 250 204 45 0 0.18 0.82 0.02 46.54 0.95 0.58
Hex FA CC 2D 0 12 52 2 2F 5F 3A
Octal 372 314 55 0 22 122 2 57 137 72
Binary 11111010 11001100 101101 0 10010 1010010 10 101111 1011111 111010

Color Harmonies of #FACC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC2D

Black with #FACC2D

Text Example


Text Example

White with #FACC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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