Html Css Color HEX #FAC61D Turbo

📋 copy color: '#FAC61D'

red 250 ◦ green 198 ◦ blue 29

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

Shades of Turbo #FAC61D

Tints of Turbo #FAC61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.08%

R = 52.41%
G = 41.51%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAC61D (or 0xFAC61D) is known color: Turbo. HEX triplet: FA, C6 and 1D. RGB value is (250,198,29). Sum of RGB (Red+Green+Blue) = 250+198+29=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC61D is #0539E2. Grayscale: #C3C3C3. Windows color (decimal): -342499 or 1951482. OLE color: 1951482.

HSL color Cylindrical-coordinate representation of color #FAC61D: hue angle of 45.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAC61D is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 29 -
CMYK 0 0.21 0.88 0.02
HSL 45.88º 0.96% 0.55% -
HSV(B) 45.88º 0.88% 0.98% -
XYZ 59.84 60.8 9.74 -
YUV 194.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 250 198 29 0 0.21 0.88 0.02 45.88 0.96 0.55
Hex FA C6 1D 0 15 58 2 2E 60 37
Octal 372 306 35 0 25 130 2 56 140 67
Binary 11111010 11000110 11101 0 10101 1011000 10 101110 1100000 110111

Color Harmonies of #FAC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC61D

Black with #FAC61D

Text Example


Text Example

White with #FAC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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