Html Css Color HEX #F3D618 Turbo

📋 copy color: '#F3D618'

red 243 ◦ green 214 ◦ blue 24

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

Shades of Turbo #F3D618

Tints of Turbo #F3D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.49%

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

R = 50.52%
G = 44.49%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F3D618 (or 0xF3D618) is known color: Turbo. HEX triplet: F3, D6 and 18. RGB value is (243,214,24). Sum of RGB (Red+Green+Blue) = 243+214+24=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D618 is #0C29E7. Grayscale: #C9C9C9. Windows color (decimal): -797160 or 1627891. OLE color: 1627891.

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

Color convert

RGB 243 214 24 -
CMYK 0 0.12 0.90 0.05
HSL 52.05º 0.9% 0.52% -
HSV(B) 52.05º 0.9% 0.95% -
XYZ 61.17 67.21 10.61 -
YUV 201.01 28.11 157.95 -
System Red Green Blue C M Y K H S L
Decimal 243 214 24 0 0.12 0.90 0.05 52.05 0.9 0.52
Hex F3 D6 18 0 C 5A 5 34 5A 34
Octal 363 326 30 0 14 132 5 64 132 64
Binary 11110011 11010110 11000 0 1100 1011010 101 110100 1011010 110100

Color Harmonies of #F3D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D618

Black with #F3D618

Text Example


Text Example

White with #F3D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D618; }

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

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

background-color css

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

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

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

border-color css

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

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

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