Html Css Color HEX #F1D012 Turbo

📋 copy color: '#F1D012'

red 241 ◦ green 208 ◦ blue 18

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

Shades of Turbo #F1D012

Tints of Turbo #F1D012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 51.61%
G = 44.54%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1D012 (or 0xF1D012) is known color: Turbo. HEX triplet: F1, D0 and 12. RGB value is (241,208,18). Sum of RGB (Red+Green+Blue) = 241+208+18=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D012 is #0E2FED. Grayscale: #C4C4C4. Windows color (decimal): -929774 or 1233137. OLE color: 1233137.

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

Color convert

RGB 241 208 18 -
CMYK 0 0.14 0.93 0.05
HSL 51.12º 0.89% 0.51% -
HSV(B) 51.12º 0.93% 0.95% -
XYZ 58.94 63.86 9.79 -
YUV 196.21 27.43 159.95 -
System Red Green Blue C M Y K H S L
Decimal 241 208 18 0 0.14 0.93 0.05 51.12 0.89 0.51
Hex F1 D0 12 0 E 5D 5 33 59 33
Octal 361 320 22 0 16 135 5 63 131 63
Binary 11110001 11010000 10010 0 1110 1011101 101 110011 1011001 110011

Color Harmonies of #F1D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D012

Black with #F1D012

Text Example


Text Example

White with #F1D012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D012; }

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

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

background-color css

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

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

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

border-color css

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

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

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