Html Css Color HEX #F1D013 Turbo

📋 copy color: '#F1D013'

red 241 ◦ green 208 ◦ blue 19

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

Shades of Turbo #F1D013

Tints of Turbo #F1D013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.06%

R = 51.5%
G = 44.44%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1D013 (or 0xF1D013) is known color: Turbo. HEX triplet: F1, D0 and 13. RGB value is (241,208,19). Sum of RGB (Red+Green+Blue) = 241+208+19=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D013 is #0E2FEC. Grayscale: #C5C5C5. Windows color (decimal): -929773 or 1298673. OLE color: 1298673.

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

Color convert

RGB 241 208 19 -
CMYK 0 0.14 0.92 0.05
HSL 51.08º 0.89% 0.51% -
HSV(B) 51.08º 0.92% 0.95% -
XYZ 58.95 63.86 9.84 -
YUV 196.32 27.93 159.87 -
System Red Green Blue C M Y K H S L
Decimal 241 208 19 0 0.14 0.92 0.05 51.08 0.89 0.51
Hex F1 D0 13 0 E 5C 5 33 59 33
Octal 361 320 23 0 16 134 5 63 131 63
Binary 11110001 11010000 10011 0 1110 1011100 101 110011 1011001 110011

Color Harmonies of #F1D013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D013

Black with #F1D013

Text Example


Text Example

White with #F1D013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D013; }

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

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

background-color css

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

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

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

border-color css

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

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

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