Html Css Color HEX #F1D016 Turbo

📋 copy color: '#F1D016'

red 241 ◦ green 208 ◦ blue 22

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

Shades of Turbo #F1D016

Tints of Turbo #F1D016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.67%

R = 51.17%
G = 44.16%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1D016 (or 0xF1D016) is known color: Turbo. HEX triplet: F1, D0 and 16. RGB value is (241,208,22). Sum of RGB (Red+Green+Blue) = 241+208+22=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D016 is #0E2FE9. Grayscale: #C5C5C5. Windows color (decimal): -929770 or 1495281. OLE color: 1495281.

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

Color convert

RGB 241 208 22 -
CMYK 0 0.14 0.91 0.05
HSL 50.96º 0.89% 0.52% -
HSV(B) 50.96º 0.91% 0.95% -
XYZ 58.98 63.87 9.98 -
YUV 196.66 29.43 159.62 -
System Red Green Blue C M Y K H S L
Decimal 241 208 22 0 0.14 0.91 0.05 50.96 0.89 0.52
Hex F1 D0 16 0 E 5B 5 33 59 34
Octal 361 320 26 0 16 133 5 63 131 64
Binary 11110001 11010000 10110 0 1110 1011011 101 110011 1011001 110100

Color Harmonies of #F1D016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D016

Black with #F1D016

Text Example


Text Example

White with #F1D016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D016; }

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

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

background-color css

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

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

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

border-color css

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

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

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