Html Css Color HEX #FAC83A Sunglow

📋 copy color: '#FAC83A'

red 250 ◦ green 200 ◦ blue 58

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

Shades of Sunglow #FAC83A

Tints of Sunglow #FAC83A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.37%

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

R = 49.21%
G = 39.37%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAC83A (or 0xFAC83A) is known color: Sunglow. HEX triplet: FA, C8 and 3A. RGB value is (250,200,58). Sum of RGB (Red+Green+Blue) = 250+200+58=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC83A is #0537C5. Grayscale: #C7C7C7. Windows color (decimal): -341958 or 3852538. OLE color: 3852538.

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

Color convert

RGB 250 200 58 -
CMYK 0 0.2 0.77 0.02
HSL 44.38º 0.95% 0.6% -
HSV(B) 44.38º 0.77% 0.98% -
XYZ 60.84 61.94 12.75 -
YUV 198.76 48.57 164.55 -
System Red Green Blue C M Y K H S L
Decimal 250 200 58 0 0.2 0.77 0.02 44.38 0.95 0.6
Hex FA C8 3A 0 14 4D 2 2C 5F 3C
Octal 372 310 72 0 24 115 2 54 137 74
Binary 11111010 11001000 111010 0 10100 1001101 10 101100 1011111 111100

Color Harmonies of #FAC83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC83A

Black with #FAC83A

Text Example


Text Example

White with #FAC83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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