Html Css Color HEX #F1D412 Turbo

📋 copy color: '#F1D412'

red 241 ◦ green 212 ◦ blue 18

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

Shades of Turbo #F1D412

Tints of Turbo #F1D412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

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

R = 51.17%
G = 45.01%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1D412 (or 0xF1D412) is known color: Turbo. HEX triplet: F1, D4 and 12. RGB value is (241,212,18). Sum of RGB (Red+Green+Blue) = 241+212+18=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D412 is #0E2BED. Grayscale: #C7C7C7. Windows color (decimal): -928750 or 1234161. OLE color: 1234161.

HSL color Cylindrical-coordinate representation of color #F1D412: hue angle of 52.2º 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 #F1D412 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 212 18 -
CMYK 0 0.12 0.93 0.05
HSL 52.2º 0.89% 0.51% -
HSV(B) 52.2º 0.93% 0.95% -
XYZ 59.93 65.83 10.12 -
YUV 198.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 241 212 18 0 0.12 0.93 0.05 52.2 0.89 0.51
Hex F1 D4 12 0 C 5D 5 34 59 33
Octal 361 324 22 0 14 135 5 64 131 63
Binary 11110001 11010100 10010 0 1100 1011101 101 110100 1011001 110011

Color Harmonies of #F1D412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D412

Black with #F1D412

Text Example


Text Example

White with #F1D412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D412; }

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

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

background-color css

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

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

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

border-color css

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

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

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