Html Css Color HEX #F3D715 Turbo

📋 copy color: '#F3D715'

red 243 ◦ green 215 ◦ blue 21

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

Shades of Turbo #F3D715

Tints of Turbo #F3D715

RGB

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

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

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

R = 50.73%
G = 44.89%
B = 4.38%

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

#F3D715 (or 0xF3D715) is known color: Turbo. HEX triplet: F3, D7 and 15. RGB value is (243,215,21). Sum of RGB (Red+Green+Blue) = 243+215+21=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D715 is #0C28EA. Grayscale: #CACACA. Windows color (decimal): -796907 or 1431539. OLE color: 1431539.

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

Color convert

RGB 243 215 21 -
CMYK 0 0.12 0.91 0.05
HSL 52.43º 0.9% 0.52% -
HSV(B) 52.43º 0.91% 0.95% -
XYZ 61.4 67.71 10.54 -
YUV 201.26 26.28 157.77 -
System Red Green Blue C M Y K H S L
Decimal 243 215 21 0 0.12 0.91 0.05 52.43 0.9 0.52
Hex F3 D7 15 0 C 5B 5 34 5A 34
Octal 363 327 25 0 14 133 5 64 132 64
Binary 11110011 11010111 10101 0 1100 1011011 101 110100 1011010 110100

Color Harmonies of #F3D715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D715

Black with #F3D715

Text Example


Text Example

White with #F3D715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D715; }

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

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

background-color css

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

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

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

border-color css

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

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

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