Html Css Color HEX #F3DA18 Turbo

📋 copy color: '#F3DA18'

red 243 ◦ green 218 ◦ blue 24

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

Shades of Turbo #F3DA18

Tints of Turbo #F3DA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.95%

R = 50.1%
G = 44.95%
B = 4.95%

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

#F3DA18 (or 0xF3DA18) is known color: Turbo. HEX triplet: F3, DA and 18. RGB value is (243,218,24). Sum of RGB (Red+Green+Blue) = 243+218+24=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 24 (9.77% from 255 or 4.95% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DA18 is #0C25E7. Grayscale: #CCCCCC. Windows color (decimal): -796136 or 1628915. OLE color: 1628915.

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

Color convert

RGB 243 218 24 -
CMYK 0 0.10 0.90 0.05
HSL 53.15º 0.9% 0.52% -
HSV(B) 53.15º 0.9% 0.95% -
XYZ 62.2 69.26 10.96 -
YUV 203.36 26.78 156.27 -
System Red Green Blue C M Y K H S L
Decimal 243 218 24 0 0.10 0.90 0.05 53.15 0.9 0.52
Hex F3 DA 18 0 A 5A 5 35 5A 34
Octal 363 332 30 0 12 132 5 65 132 64
Binary 11110011 11011010 11000 0 1010 1011010 101 110101 1011010 110100

Color Harmonies of #F3DA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DA18

Black with #F3DA18

Text Example


Text Example

White with #F3DA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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