Html Css Color HEX #F3DA19 Turbo

📋 copy color: '#F3DA19'

red 243 ◦ green 218 ◦ blue 25

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

Shades of Turbo #F3DA19

Tints of Turbo #F3DA19

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 25 (10.16% from 255) = 5.14%

R = 50%
G = 44.86%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F3DA19 (or 0xF3DA19) is known color: Turbo. HEX triplet: F3, DA and 19. RGB value is (243,218,25). Sum of RGB (Red+Green+Blue) = 243+218+25=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 25 (10.16% from 255 or 5.14% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DA19 is #0C25E6. Grayscale: #CCCCCC. Windows color (decimal): -796135 or 1694451. OLE color: 1694451.

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

Color convert

RGB 243 218 25 -
CMYK 0 0.10 0.90 0.05
HSL 53.12º 0.9% 0.53% -
HSV(B) 53.12º 0.9% 0.95% -
XYZ 62.21 69.27 11.01 -
YUV 203.47 27.28 156.19 -
System Red Green Blue C M Y K H S L
Decimal 243 218 25 0 0.10 0.90 0.05 53.12 0.9 0.53
Hex F3 DA 19 0 A 5A 5 35 5A 35
Octal 363 332 31 0 12 132 5 65 132 65
Binary 11110011 11011010 11001 0 1010 1011010 101 110101 1011010 110101

Color Harmonies of #F3DA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DA19

Black with #F3DA19

Text Example


Text Example

White with #F3DA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DA19; }

 p { color: rgb(243,218,25); }

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

background-color css

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

 a { background-color: rgb(243,218,25); }

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

border-color css

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

 span { border-color: rgb(243,218,25); }

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