Html Css Color HEX #FACB3A Sunglow

📋 copy color: '#FACB3A'

red 250 ◦ green 203 ◦ blue 58

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

Shades of Sunglow #FACB3A

Tints of Sunglow #FACB3A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.73%

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

R = 48.92%
G = 39.73%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FACB3A (or 0xFACB3A) is known color: Sunglow. HEX triplet: FA, CB and 3A. RGB value is (250,203,58). Sum of RGB (Red+Green+Blue) = 250+203+58=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB3A is #0534C5. Grayscale: #C9C9C9. Windows color (decimal): -341190 or 3853306. OLE color: 3853306.

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

Color convert

RGB 250 203 58 -
CMYK 0 0.19 0.77 0.02
HSL 45.31º 0.95% 0.6% -
HSV(B) 45.31º 0.77% 0.98% -
XYZ 61.54 63.34 12.99 -
YUV 200.52 47.57 163.29 -
System Red Green Blue C M Y K H S L
Decimal 250 203 58 0 0.19 0.77 0.02 45.31 0.95 0.6
Hex FA CB 3A 0 13 4D 2 2D 5F 3C
Octal 372 313 72 0 23 115 2 55 137 74
Binary 11111010 11001011 111010 0 10011 1001101 10 101101 1011111 111100

Color Harmonies of #FACB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB3A

Black with #FACB3A

Text Example


Text Example

White with #FACB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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