Html Css Color HEX #FACF32 Sunglow

📋 copy color: '#FACF32'

red 250 ◦ green 207 ◦ blue 50

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

Shades of Sunglow #FACF32

Tints of Sunglow #FACF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.86%

R = 49.31%
G = 40.83%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FACF32 (or 0xFACF32) is known color: Sunglow. HEX triplet: FA, CF and 32. RGB value is (250,207,50). Sum of RGB (Red+Green+Blue) = 250+207+50=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF32 is #0530CD. Grayscale: #CACACA. Windows color (decimal): -340174 or 3330042. OLE color: 3330042.

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

Color convert

RGB 250 207 50 -
CMYK 0 0.17 0.8 0.02
HSL 47.1º 0.95% 0.59% -
HSV(B) 47.1º 0.8% 0.98% -
XYZ 62.31 65.18 12.31 -
YUV 201.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 250 207 50 0 0.17 0.8 0.02 47.1 0.95 0.59
Hex FA CF 32 0 11 50 2 2F 5F 3B
Octal 372 317 62 0 21 120 2 57 137 73
Binary 11111010 11001111 110010 0 10001 1010000 10 101111 1011111 111011

Color Harmonies of #FACF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF32

Black with #FACF32

Text Example


Text Example

White with #FACF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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