Html Css Color HEX #FACF3C Sunglow

📋 copy color: '#FACF3C'

red 250 ◦ green 207 ◦ blue 60

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

Shades of Sunglow #FACF3C

Tints of Sunglow #FACF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.61%

R = 48.36%
G = 40.04%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FACF3C (or 0xFACF3C) is known color: Sunglow. HEX triplet: FA, CF and 3C. RGB value is (250,207,60). Sum of RGB (Red+Green+Blue) = 250+207+60=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF3C is #0530C3. Grayscale: #CBCBCB. Windows color (decimal): -340164 or 3985402. OLE color: 3985402.

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

Color convert

RGB 250 207 60 -
CMYK 0 0.17 0.76 0.02
HSL 46.42º 0.95% 0.61% -
HSV(B) 46.42º 0.76% 0.98% -
XYZ 62.55 65.28 13.58 -
YUV 203.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 250 207 60 0 0.17 0.76 0.02 46.42 0.95 0.61
Hex FA CF 3C 0 11 4C 2 2E 5F 3D
Octal 372 317 74 0 21 114 2 56 137 75
Binary 11111010 11001111 111100 0 10001 1001100 10 101110 1011111 111101

Color Harmonies of #FACF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF3C

Black with #FACF3C

Text Example


Text Example

White with #FACF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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