Html Css Color HEX #F3D713 Turbo

📋 copy color: '#F3D713'

red 243 ◦ green 215 ◦ blue 19

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

Shades of Turbo #F3D713

Tints of Turbo #F3D713

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.07%

 BLUE value IS 19 (7.81% from 255) = 3.98%

R = 50.94%
G = 45.07%
B = 3.98%

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

#F3D713 (or 0xF3D713) is known color: Turbo. HEX triplet: F3, D7 and 13. RGB value is (243,215,19). Sum of RGB (Red+Green+Blue) = 243+215+19=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D713 is #0C28EC. Grayscale: #C9C9C9. Windows color (decimal): -796909 or 1300467. OLE color: 1300467.

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

Color convert

RGB 243 215 19 -
CMYK 0 0.12 0.92 0.05
HSL 52.5º 0.9% 0.51% -
HSV(B) 52.5º 0.92% 0.95% -
XYZ 61.38 67.7 10.45 -
YUV 201.03 25.28 157.94 -
System Red Green Blue C M Y K H S L
Decimal 243 215 19 0 0.12 0.92 0.05 52.5 0.9 0.51
Hex F3 D7 13 0 C 5C 5 34 5A 33
Octal 363 327 23 0 14 134 5 64 132 63
Binary 11110011 11010111 10011 0 1100 1011100 101 110100 1011010 110011

Color Harmonies of #F3D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D713

Black with #F3D713

Text Example


Text Example

White with #F3D713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D713; }

 p { color: rgb(243,215,19); }

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

background-color css

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

 a { background-color: rgb(243,215,19); }

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

border-color css

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

 span { border-color: rgb(243,215,19); }

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