Html Css Color HEX #FAC43D Sunglow

📋 copy color: '#FAC43D'

red 250 ◦ green 196 ◦ blue 61

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

Shades of Sunglow #FAC43D

Tints of Sunglow #FAC43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.03%

R = 49.31%
G = 38.66%
B = 12.03%

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

#FAC43D (or 0xFAC43D) is known color: Sunglow. HEX triplet: FA, C4 and 3D. RGB value is (250,196,61). Sum of RGB (Red+Green+Blue) = 250+196+61=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC43D is #053BC2. Grayscale: #C5C5C5. Windows color (decimal): -342979 or 4048122. OLE color: 4048122.

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

Color convert

RGB 250 196 61 -
CMYK 0 0.22 0.76 0.02
HSL 42.86º 0.95% 0.61% -
HSV(B) 42.86º 0.76% 0.98% -
XYZ 60.01 60.14 12.86 -
YUV 196.76 51.39 165.98 -
System Red Green Blue C M Y K H S L
Decimal 250 196 61 0 0.22 0.76 0.02 42.86 0.95 0.61
Hex FA C4 3D 0 16 4C 2 2B 5F 3D
Octal 372 304 75 0 26 114 2 53 137 75
Binary 11111010 11000100 111101 0 10110 1001100 10 101011 1011111 111101

Color Harmonies of #FAC43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC43D

Black with #FAC43D

Text Example


Text Example

White with #FAC43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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