Html Css Color HEX #F3D415 Turbo

📋 copy color: '#F3D415'

red 243 ◦ green 212 ◦ blue 21

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

Shades of Turbo #F3D415

Tints of Turbo #F3D415

RGB

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

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

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

R = 51.05%
G = 44.54%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F3D415 (or 0xF3D415) is known color: Turbo. HEX triplet: F3, D4 and 15. RGB value is (243,212,21). Sum of RGB (Red+Green+Blue) = 243+212+21=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 21 (8.59% from 255 or 4.41% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D415 is #0C2BEA. Grayscale: #C8C8C8. Windows color (decimal): -797675 or 1430771. OLE color: 1430771.

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

Color convert

RGB 243 212 21 -
CMYK 0 0.13 0.91 0.05
HSL 51.62º 0.9% 0.52% -
HSV(B) 51.62º 0.91% 0.95% -
XYZ 60.64 66.2 10.29 -
YUV 199.5 27.27 159.03 -
System Red Green Blue C M Y K H S L
Decimal 243 212 21 0 0.13 0.91 0.05 51.62 0.9 0.52
Hex F3 D4 15 0 D 5B 5 34 5A 34
Octal 363 324 25 0 15 133 5 64 132 64
Binary 11110011 11010100 10101 0 1101 1011011 101 110100 1011010 110100

Color Harmonies of #F3D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D415

Black with #F3D415

Text Example


Text Example

White with #F3D415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D415; }

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

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

background-color css

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

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

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

border-color css

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

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

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