Html Css Color HEX #FAC83C Sunglow

📋 copy color: '#FAC83C'

red 250 ◦ green 200 ◦ blue 60

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

Shades of Sunglow #FAC83C

Tints of Sunglow #FAC83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.76%

R = 49.02%
G = 39.22%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC83C (or 0xFAC83C) is known color: Sunglow. HEX triplet: FA, C8 and 3C. RGB value is (250,200,60). Sum of RGB (Red+Green+Blue) = 250+200+60=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC83C is #0537C3. Grayscale: #C7C7C7. Windows color (decimal): -341956 or 3983610. OLE color: 3983610.

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

Color convert

RGB 250 200 60 -
CMYK 0 0.2 0.76 0.02
HSL 44.21º 0.95% 0.61% -
HSV(B) 44.21º 0.76% 0.98% -
XYZ 60.89 61.96 13.02 -
YUV 198.99 49.57 164.38 -
System Red Green Blue C M Y K H S L
Decimal 250 200 60 0 0.2 0.76 0.02 44.21 0.95 0.61
Hex FA C8 3C 0 14 4C 2 2C 5F 3D
Octal 372 310 74 0 24 114 2 54 137 75
Binary 11111010 11001000 111100 0 10100 1001100 10 101100 1011111 111101

Color Harmonies of #FAC83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC83C

Black with #FAC83C

Text Example


Text Example

White with #FAC83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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