Html Css Color HEX #FACF2D Sunglow

📋 copy color: '#FACF2D'

red 250 ◦ green 207 ◦ blue 45

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

Shades of Sunglow #FACF2D

Tints of Sunglow #FACF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

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

R = 49.8%
G = 41.24%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FACF2D (or 0xFACF2D) is known color: Sunglow. HEX triplet: FA, CF and 2D. RGB value is (250,207,45). Sum of RGB (Red+Green+Blue) = 250+207+45=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF2D is #0530D2. Grayscale: #CACACA. Windows color (decimal): -340179 or 3002362. OLE color: 3002362.

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

Color convert

RGB 250 207 45 -
CMYK 0 0.17 0.82 0.02
HSL 47.41º 0.95% 0.58% -
HSV(B) 47.41º 0.82% 0.98% -
XYZ 62.21 65.14 11.78 -
YUV 201.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 250 207 45 0 0.17 0.82 0.02 47.41 0.95 0.58
Hex FA CF 2D 0 11 52 2 2F 5F 3A
Octal 372 317 55 0 21 122 2 57 137 72
Binary 11111010 11001111 101101 0 10001 1010010 10 101111 1011111 111010

Color Harmonies of #FACF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF2D

Black with #FACF2D

Text Example


Text Example

White with #FACF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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