Html Css Color HEX #FAC93B Sunglow

📋 copy color: '#FAC93B'

red 250 ◦ green 201 ◦ blue 59

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

Shades of Sunglow #FAC93B

Tints of Sunglow #FAC93B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.41%

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

R = 49.02%
G = 39.41%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC93B (or 0xFAC93B) is known color: Sunglow. HEX triplet: FA, C9 and 3B. RGB value is (250,201,59). Sum of RGB (Red+Green+Blue) = 250+201+59=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC93B is #0536C4. Grayscale: #C8C8C8. Windows color (decimal): -341701 or 3918330. OLE color: 3918330.

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

Color convert

RGB 250 201 59 -
CMYK 0 0.20 0.76 0.02
HSL 44.61º 0.95% 0.61% -
HSV(B) 44.61º 0.76% 0.98% -
XYZ 61.1 62.41 12.96 -
YUV 199.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 250 201 59 0 0.20 0.76 0.02 44.61 0.95 0.61
Hex FA C9 3B 0 14 4C 2 2D 5F 3D
Octal 372 311 73 0 24 114 2 55 137 75
Binary 11111010 11001001 111011 0 10100 1001100 10 101101 1011111 111101

Color Harmonies of #FAC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC93B

Black with #FAC93B

Text Example


Text Example

White with #FAC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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