Html Css Color HEX #FAC938 Sunglow

📋 copy color: '#FAC938'

red 250 ◦ green 201 ◦ blue 56

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

Shades of Sunglow #FAC938

Tints of Sunglow #FAC938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.05%

R = 49.31%
G = 39.64%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAC938 (or 0xFAC938) is known color: Sunglow. HEX triplet: FA, C9 and 38. RGB value is (250,201,56). Sum of RGB (Red+Green+Blue) = 250+201+56=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 56 (22.27% from 255 or 11.05% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC938 is #0536C7. Grayscale: #C7C7C7. Windows color (decimal): -341704 or 3721722. OLE color: 3721722.

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

Color convert

RGB 250 201 56 -
CMYK 0 0.20 0.78 0.02
HSL 44.85º 0.95% 0.6% -
HSV(B) 44.85º 0.78% 0.98% -
XYZ 61.02 62.38 12.57 -
YUV 199.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 250 201 56 0 0.20 0.78 0.02 44.85 0.95 0.6
Hex FA C9 38 0 14 4E 2 2D 5F 3C
Octal 372 311 70 0 24 116 2 55 137 74
Binary 11111010 11001001 111000 0 10100 1001110 10 101101 1011111 111100

Color Harmonies of #FAC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC938

Black with #FAC938

Text Example


Text Example

White with #FAC938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC938; }

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

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

background-color css

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

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

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

border-color css

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

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

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