Html Css Color HEX #F3D515 Turbo

📋 copy color: '#F3D515'

red 243 ◦ green 213 ◦ blue 21

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

Shades of Turbo #F3D515

Tints of Turbo #F3D515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.4%

R = 50.94%
G = 44.65%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F3D515 (or 0xF3D515) is known color: Turbo. HEX triplet: F3, D5 and 15. RGB value is (243,213,21). Sum of RGB (Red+Green+Blue) = 243+213+21=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D515 is #0C2AEA. Grayscale: #C8C8C8. Windows color (decimal): -797419 or 1431027. OLE color: 1431027.

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

Color convert

RGB 243 213 21 -
CMYK 0 0.12 0.91 0.05
HSL 51.89º 0.9% 0.52% -
HSV(B) 51.89º 0.91% 0.95% -
XYZ 60.89 66.7 10.37 -
YUV 200.08 26.94 158.61 -
System Red Green Blue C M Y K H S L
Decimal 243 213 21 0 0.12 0.91 0.05 51.89 0.9 0.52
Hex F3 D5 15 0 C 5B 5 34 5A 34
Octal 363 325 25 0 14 133 5 64 132 64
Binary 11110011 11010101 10101 0 1100 1011011 101 110100 1011010 110100

Color Harmonies of #F3D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D515

Black with #F3D515

Text Example


Text Example

White with #F3D515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D515; }

 p { color: rgb(243,213,21); }

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

background-color css

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

 a { background-color: rgb(243,213,21); }

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

border-color css

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

 span { border-color: rgb(243,213,21); }

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