Html Css Color HEX #FAC61C Turbo

📋 copy color: '#FAC61C'

red 250 ◦ green 198 ◦ blue 28

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

Shades of Turbo #FAC61C

Tints of Turbo #FAC61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.88%

R = 52.52%
G = 41.6%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC61C (or 0xFAC61C) is known color: Turbo. HEX triplet: FA, C6 and 1C. RGB value is (250,198,28). Sum of RGB (Red+Green+Blue) = 250+198+28=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 28 (11.33% from 255 or 5.88% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC61C is #0539E3. Grayscale: #C2C2C2. Windows color (decimal): -342500 or 1885946. OLE color: 1885946.

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

Color convert

RGB 250 198 28 -
CMYK 0 0.21 0.89 0.02
HSL 45.95º 0.96% 0.55% -
HSV(B) 45.95º 0.89% 0.98% -
XYZ 59.83 60.8 9.68 -
YUV 194.17 34.23 167.82 -
System Red Green Blue C M Y K H S L
Decimal 250 198 28 0 0.21 0.89 0.02 45.95 0.96 0.55
Hex FA C6 1C 0 15 59 2 2E 60 37
Octal 372 306 34 0 25 131 2 56 140 67
Binary 11111010 11000110 11100 0 10101 1011001 10 101110 1100000 110111

Color Harmonies of #FAC61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC61C

Black with #FAC61C

Text Example


Text Example

White with #FAC61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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