Html Css Color HEX #FAC53B Sunglow

📋 copy color: '#FAC53B'

red 250 ◦ green 197 ◦ blue 59

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

Shades of Sunglow #FAC53B

Tints of Sunglow #FAC53B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.93%

 BLUE value IS 59 (23.44% from 255) = 11.66%

R = 49.41%
G = 38.93%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC53B (or 0xFAC53B) is known color: Sunglow. HEX triplet: FA, C5 and 3B. RGB value is (250,197,59). Sum of RGB (Red+Green+Blue) = 250+197+59=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC53B is #053AC4. Grayscale: #C5C5C5. Windows color (decimal): -342725 or 3917306. OLE color: 3917306.

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

Color convert

RGB 250 197 59 -
CMYK 0 0.21 0.76 0.02
HSL 43.35º 0.95% 0.61% -
HSV(B) 43.35º 0.76% 0.98% -
XYZ 60.18 60.57 12.66 -
YUV 197.12 50.06 165.72 -
System Red Green Blue C M Y K H S L
Decimal 250 197 59 0 0.21 0.76 0.02 43.35 0.95 0.61
Hex FA C5 3B 0 15 4C 2 2B 5F 3D
Octal 372 305 73 0 25 114 2 53 137 75
Binary 11111010 11000101 111011 0 10101 1001100 10 101011 1011111 111101

Color Harmonies of #FAC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC53B

Black with #FAC53B

Text Example


Text Example

White with #FAC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC53B; }

 p { color: rgb(250,197,59); }

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

background-color css

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

 a { background-color: rgb(250,197,59); }

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

border-color css

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

 span { border-color: rgb(250,197,59); }

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