Html Css Color HEX #FAC43C Sunglow

📋 copy color: '#FAC43C'

red 250 ◦ green 196 ◦ blue 60

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

Shades of Sunglow #FAC43C

Tints of Sunglow #FAC43C

RGB

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

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

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

R = 49.41%
G = 38.74%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC43C (or 0xFAC43C) is known color: Sunglow. HEX triplet: FA, C4 and 3C. RGB value is (250,196,60). Sum of RGB (Red+Green+Blue) = 250+196+60=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC43C is #053BC3. Grayscale: #C5C5C5. Windows color (decimal): -342980 or 3982586. OLE color: 3982586.

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

Color convert

RGB 250 196 60 -
CMYK 0 0.22 0.76 0.02
HSL 42.95º 0.95% 0.61% -
HSV(B) 42.95º 0.76% 0.98% -
XYZ 59.98 60.13 12.72 -
YUV 196.64 50.89 166.06 -
System Red Green Blue C M Y K H S L
Decimal 250 196 60 0 0.22 0.76 0.02 42.95 0.95 0.61
Hex FA C4 3C 0 16 4C 2 2B 5F 3D
Octal 372 304 74 0 26 114 2 53 137 75
Binary 11111010 11000100 111100 0 10110 1001100 10 101011 1011111 111101

Color Harmonies of #FAC43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC43C

Black with #FAC43C

Text Example


Text Example

White with #FAC43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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