Html Css Color HEX #FAC726 Turbo

📋 copy color: '#FAC726'

red 250 ◦ green 199 ◦ blue 38

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

Shades of Turbo #FAC726

Tints of Turbo #FAC726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.86%

 BLUE value IS 38 (15.23% from 255) = 7.8%

R = 51.33%
G = 40.86%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAC726 (or 0xFAC726) is known color: Turbo. HEX triplet: FA, C7 and 26. RGB value is (250,199,38). Sum of RGB (Red+Green+Blue) = 250+199+38=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC726 is #0538D9. Grayscale: #C4C4C4. Windows color (decimal): -342234 or 2541562. OLE color: 2541562.

HSL color Cylindrical-coordinate representation of color #FAC726: hue angle of 45.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAC726 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 38 -
CMYK 0 0.20 0.85 0.02
HSL 45.57º 0.95% 0.56% -
HSV(B) 45.57º 0.85% 0.98% -
XYZ 60.2 61.31 10.5 -
YUV 195.9 38.9 166.59 -
System Red Green Blue C M Y K H S L
Decimal 250 199 38 0 0.20 0.85 0.02 45.57 0.95 0.56
Hex FA C7 26 0 14 55 2 2E 5F 38
Octal 372 307 46 0 24 125 2 56 137 70
Binary 11111010 11000111 100110 0 10100 1010101 10 101110 1011111 111000

Color Harmonies of #FAC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC726

Black with #FAC726

Text Example


Text Example

White with #FAC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC726; }

 p { color: rgb(250,199,38); }

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

background-color css

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

 a { background-color: rgb(250,199,38); }

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

border-color css

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

 span { border-color: rgb(250,199,38); }

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