Html Css Color HEX #FACA3D Sunglow

📋 copy color: '#FACA3D'

red 250 ◦ green 202 ◦ blue 61

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

Shades of Sunglow #FACA3D

Tints of Sunglow #FACA3D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.38%

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

R = 48.73%
G = 39.38%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FACA3D (or 0xFACA3D) is known color: Sunglow. HEX triplet: FA, CA and 3D. RGB value is (250,202,61). Sum of RGB (Red+Green+Blue) = 250+202+61=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA3D is #0535C2. Grayscale: #C8C8C8. Windows color (decimal): -341443 or 4049658. OLE color: 4049658.

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

Color convert

RGB 250 202 61 -
CMYK 0 0.19 0.76 0.02
HSL 44.76º 0.95% 0.61% -
HSV(B) 44.76º 0.76% 0.98% -
XYZ 61.39 62.9 13.32 -
YUV 200.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 250 202 61 0 0.19 0.76 0.02 44.76 0.95 0.61
Hex FA CA 3D 0 13 4C 2 2D 5F 3D
Octal 372 312 75 0 23 114 2 55 137 75
Binary 11111010 11001010 111101 0 10011 1001100 10 101101 1011111 111101

Color Harmonies of #FACA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA3D

Black with #FACA3D

Text Example


Text Example

White with #FACA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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