Html Css Color HEX #F1D017 Turbo

📋 copy color: '#F1D017'

red 241 ◦ green 208 ◦ blue 23

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

Shades of Turbo #F1D017

Tints of Turbo #F1D017

RGB

 RED value IS 241 (94.53% from 255) = 51.06%

 GREEN value IS 208 (81.64% from 255) = 44.07%

 BLUE value IS 23 (9.38% from 255) = 4.87%

R = 51.06%
G = 44.07%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F1D017 (or 0xF1D017) is known color: Turbo. HEX triplet: F1, D0 and 17. RGB value is (241,208,23). Sum of RGB (Red+Green+Blue) = 241+208+23=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D017 is #0E2FE8. Grayscale: #C5C5C5. Windows color (decimal): -929769 or 1560817. OLE color: 1560817.

HSL color Cylindrical-coordinate representation of color #F1D017: hue angle of 50.92º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1D017 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 208 23 -
CMYK 0 0.14 0.90 0.05
HSL 50.92º 0.89% 0.52% -
HSV(B) 50.92º 0.9% 0.95% -
XYZ 58.99 63.87 10.03 -
YUV 196.78 29.93 159.54 -
System Red Green Blue C M Y K H S L
Decimal 241 208 23 0 0.14 0.90 0.05 50.92 0.89 0.52
Hex F1 D0 17 0 E 5A 5 33 59 34
Octal 361 320 27 0 16 132 5 63 131 64
Binary 11110001 11010000 10111 0 1110 1011010 101 110011 1011001 110100

Color Harmonies of #F1D017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D017

Black with #F1D017

Text Example


Text Example

White with #F1D017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D017; }

 p { color: rgb(241,208,23); }

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

background-color css

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

 a { background-color: rgb(241,208,23); }

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

border-color css

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

 span { border-color: rgb(241,208,23); }

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