Html Css Color HEX #F3D71D Turbo

📋 copy color: '#F3D71D'

red 243 ◦ green 215 ◦ blue 29

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

Shades of Turbo #F3D71D

Tints of Turbo #F3D71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.95%

R = 49.9%
G = 44.15%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3D71D (or 0xF3D71D) is known color: Turbo. HEX triplet: F3, D7 and 1D. RGB value is (243,215,29). Sum of RGB (Red+Green+Blue) = 243+215+29=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 29 (11.72% from 255 or 5.95% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D71D is #0C28E2. Grayscale: #CACACA. Windows color (decimal): -796899 or 1955827. OLE color: 1955827.

HSL color Cylindrical-coordinate representation of color #F3D71D: hue angle of 52.15º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3D71D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 215 29 -
CMYK 0 0.12 0.88 0.05
HSL 52.15º 0.9% 0.53% -
HSV(B) 52.15º 0.88% 0.95% -
XYZ 61.48 67.74 11 -
YUV 202.17 30.28 157.12 -
System Red Green Blue C M Y K H S L
Decimal 243 215 29 0 0.12 0.88 0.05 52.15 0.9 0.53
Hex F3 D7 1D 0 C 58 5 34 5A 35
Octal 363 327 35 0 14 130 5 64 132 65
Binary 11110011 11010111 11101 0 1100 1011000 101 110100 1011010 110101

Color Harmonies of #F3D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D71D

Black with #F3D71D

Text Example


Text Example

White with #F3D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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