Html Css Color HEX #FAC43A Sunglow

📋 copy color: '#FAC43A'

red 250 ◦ green 196 ◦ blue 58

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

Shades of Sunglow #FAC43A

Tints of Sunglow #FAC43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

 BLUE value IS 58 (23.05% from 255) = 11.51%

R = 49.6%
G = 38.89%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAC43A (or 0xFAC43A) is known color: Sunglow. HEX triplet: FA, C4 and 3A. RGB value is (250,196,58). Sum of RGB (Red+Green+Blue) = 250+196+58=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC43A is #053BC5. Grayscale: #C5C5C5. Windows color (decimal): -342982 or 3851514. OLE color: 3851514.

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

Color convert

RGB 250 196 58 -
CMYK 0 0.22 0.77 0.02
HSL 43.13º 0.95% 0.6% -
HSV(B) 43.13º 0.77% 0.98% -
XYZ 59.93 60.11 12.45 -
YUV 196.41 49.89 166.22 -
System Red Green Blue C M Y K H S L
Decimal 250 196 58 0 0.22 0.77 0.02 43.13 0.95 0.6
Hex FA C4 3A 0 16 4D 2 2B 5F 3C
Octal 372 304 72 0 26 115 2 53 137 74
Binary 11111010 11000100 111010 0 10110 1001101 10 101011 1011111 111100

Color Harmonies of #FAC43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC43A

Black with #FAC43A

Text Example


Text Example

White with #FAC43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC43A; }

 p { color: rgb(250,196,58); }

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

background-color css

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

 a { background-color: rgb(250,196,58); }

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

border-color css

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

 span { border-color: rgb(250,196,58); }

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