Html Css Color HEX #FACF31 Sunglow

📋 copy color: '#FACF31'

red 250 ◦ green 207 ◦ blue 49

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

Shades of Sunglow #FACF31

Tints of Sunglow #FACF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.68%

R = 49.41%
G = 40.91%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FACF31 (or 0xFACF31) is known color: Sunglow. HEX triplet: FA, CF and 31. RGB value is (250,207,49). Sum of RGB (Red+Green+Blue) = 250+207+49=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF31 is #0530CE. Grayscale: #CACACA. Windows color (decimal): -340175 or 3264506. OLE color: 3264506.

HSL color Cylindrical-coordinate representation of color #FACF31: hue angle of 47.16º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FACF31 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 49 -
CMYK 0 0.17 0.80 0.02
HSL 47.16º 0.95% 0.59% -
HSV(B) 47.16º 0.8% 0.98% -
XYZ 62.29 65.17 12.2 -
YUV 201.85 41.75 162.35 -
System Red Green Blue C M Y K H S L
Decimal 250 207 49 0 0.17 0.80 0.02 47.16 0.95 0.59
Hex FA CF 31 0 11 50 2 2F 5F 3B
Octal 372 317 61 0 21 120 2 57 137 73
Binary 11111010 11001111 110001 0 10001 1010000 10 101111 1011111 111011

Color Harmonies of #FACF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF31

Black with #FACF31

Text Example


Text Example

White with #FACF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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