Html Css Color HEX #FAC626 Turbo

📋 copy color: '#FAC626'

red 250 ◦ green 198 ◦ blue 38

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

Shades of Turbo #FAC626

Tints of Turbo #FAC626

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.74%

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

R = 51.44%
G = 40.74%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAC626 (or 0xFAC626) is known color: Turbo. HEX triplet: FA, C6 and 26. RGB value is (250,198,38). Sum of RGB (Red+Green+Blue) = 250+198+38=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC626 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC626 is #0539D9. Grayscale: #C4C4C4. Windows color (decimal): -342490 or 2541306. OLE color: 2541306.

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

Color convert

RGB 250 198 38 -
CMYK 0 0.21 0.85 0.02
HSL 45.28º 0.95% 0.56% -
HSV(B) 45.28º 0.85% 0.98% -
XYZ 59.97 60.85 10.42 -
YUV 195.31 39.23 167.01 -
System Red Green Blue C M Y K H S L
Decimal 250 198 38 0 0.21 0.85 0.02 45.28 0.95 0.56
Hex FA C6 26 0 15 55 2 2D 5F 38
Octal 372 306 46 0 25 125 2 55 137 70
Binary 11111010 11000110 100110 0 10101 1010101 10 101101 1011111 111000

Color Harmonies of #FAC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC626

Black with #FAC626

Text Example


Text Example

White with #FAC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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