Html Css Color HEX #F3D418 Turbo

📋 copy color: '#F3D418'

red 243 ◦ green 212 ◦ blue 24

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

Shades of Turbo #F3D418

Tints of Turbo #F3D418

RGB

 RED value IS 243 (95.31% from 255) = 50.73%

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

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

R = 50.73%
G = 44.26%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F3D418 (or 0xF3D418) is known color: Turbo. HEX triplet: F3, D4 and 18. RGB value is (243,212,24). Sum of RGB (Red+Green+Blue) = 243+212+24=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D418 is #0C2BE7. Grayscale: #C8C8C8. Windows color (decimal): -797672 or 1627379. OLE color: 1627379.

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

Color convert

RGB 243 212 24 -
CMYK 0 0.13 0.90 0.05
HSL 51.51º 0.9% 0.52% -
HSV(B) 51.51º 0.9% 0.95% -
XYZ 60.67 66.21 10.45 -
YUV 199.84 28.77 158.79 -
System Red Green Blue C M Y K H S L
Decimal 243 212 24 0 0.13 0.90 0.05 51.51 0.9 0.52
Hex F3 D4 18 0 D 5A 5 34 5A 34
Octal 363 324 30 0 15 132 5 64 132 64
Binary 11110011 11010100 11000 0 1101 1011010 101 110100 1011010 110100

Color Harmonies of #F3D418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D418

Black with #F3D418

Text Example


Text Example

White with #F3D418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D418; }

 p { color: rgb(243,212,24); }

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

background-color css

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

 a { background-color: rgb(243,212,24); }

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

border-color css

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

 span { border-color: rgb(243,212,24); }

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