Html Css Color HEX #FAC734 Sunglow

📋 copy color: '#FAC734'

red 250 ◦ green 199 ◦ blue 52

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

Shades of Sunglow #FAC734

Tints of Sunglow #FAC734

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.72%

 BLUE value IS 52 (20.7% from 255) = 10.38%

R = 49.9%
G = 39.72%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAC734 (or 0xFAC734) is known color: Sunglow. HEX triplet: FA, C7 and 34. RGB value is (250,199,52). Sum of RGB (Red+Green+Blue) = 250+199+52=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC734 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC734 is #0538CB. Grayscale: #C6C6C6. Windows color (decimal): -342220 or 3459066. OLE color: 3459066.

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

Color convert

RGB 250 199 52 -
CMYK 0 0.20 0.79 0.02
HSL 44.55º 0.95% 0.59% -
HSV(B) 44.55º 0.79% 0.98% -
XYZ 60.47 61.42 11.92 -
YUV 197.49 45.9 165.45 -
System Red Green Blue C M Y K H S L
Decimal 250 199 52 0 0.20 0.79 0.02 44.55 0.95 0.59
Hex FA C7 34 0 14 4F 2 2D 5F 3B
Octal 372 307 64 0 24 117 2 55 137 73
Binary 11111010 11000111 110100 0 10100 1001111 10 101101 1011111 111011

Color Harmonies of #FAC734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC734

Black with #FAC734

Text Example


Text Example

White with #FAC734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC734; }

 p { color: rgb(250,199,52); }

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

background-color css

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

 a { background-color: rgb(250,199,52); }

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

border-color css

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

 span { border-color: rgb(250,199,52); }

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