Html Css Color HEX #F1D018 Turbo

📋 copy color: '#F1D018'

red 241 ◦ green 208 ◦ blue 24

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

Shades of Turbo #F1D018

Tints of Turbo #F1D018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.07%

R = 50.95%
G = 43.97%
B = 5.07%

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

#F1D018 (or 0xF1D018) is known color: Turbo. HEX triplet: F1, D0 and 18. RGB value is (241,208,24). Sum of RGB (Red+Green+Blue) = 241+208+24=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D018 is #0E2FE7. Grayscale: #C5C5C5. Windows color (decimal): -929768 or 1626353. OLE color: 1626353.

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

Color convert

RGB 241 208 24 -
CMYK 0 0.14 0.90 0.05
HSL 50.88º 0.89% 0.52% -
HSV(B) 50.88º 0.9% 0.95% -
XYZ 59 63.88 10.08 -
YUV 196.89 30.43 159.46 -
System Red Green Blue C M Y K H S L
Decimal 241 208 24 0 0.14 0.90 0.05 50.88 0.89 0.52
Hex F1 D0 18 0 E 5A 5 33 59 34
Octal 361 320 30 0 16 132 5 63 131 64
Binary 11110001 11010000 11000 0 1110 1011010 101 110011 1011001 110100

Color Harmonies of #F1D018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D018

Black with #F1D018

Text Example


Text Example

White with #F1D018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D018; }

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

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

background-color css

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

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

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

border-color css

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

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

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