Html Css Color HEX #F1D514 Turbo

📋 copy color: '#F1D514'

red 241 ◦ green 213 ◦ blue 20

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

Shades of Turbo #F1D514

Tints of Turbo #F1D514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.94%

 BLUE value IS 20 (8.2% from 255) = 4.22%

R = 50.84%
G = 44.94%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1D514 (or 0xF1D514) is known color: Turbo. HEX triplet: F1, D5 and 14. RGB value is (241,213,20). Sum of RGB (Red+Green+Blue) = 241+213+20=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D514 is #0E2AEB. Grayscale: #C8C8C8. Windows color (decimal): -928492 or 1365489. OLE color: 1365489.

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

Color convert

RGB 241 213 20 -
CMYK 0 0.12 0.92 0.05
HSL 52.4º 0.89% 0.51% -
HSV(B) 52.4º 0.92% 0.95% -
XYZ 60.2 66.34 10.29 -
YUV 199.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 241 213 20 0 0.12 0.92 0.05 52.4 0.89 0.51
Hex F1 D5 14 0 C 5C 5 34 59 33
Octal 361 325 24 0 14 134 5 64 131 63
Binary 11110001 11010101 10100 0 1100 1011100 101 110100 1011001 110011

Color Harmonies of #F1D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D514

Black with #F1D514

Text Example


Text Example

White with #F1D514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D514; }

 p { color: rgb(241,213,20); }

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

background-color css

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

 a { background-color: rgb(241,213,20); }

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

border-color css

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

 span { border-color: rgb(241,213,20); }

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