Html Css Color HEX #F3D014 Turbo

📋 copy color: '#F3D014'

red 243 ◦ green 208 ◦ blue 20

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

Shades of Turbo #F3D014

Tints of Turbo #F3D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

 BLUE value IS 20 (8.2% from 255) = 4.25%

R = 51.59%
G = 44.16%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F3D014 (or 0xF3D014) is known color: Turbo. HEX triplet: F3, D0 and 14. RGB value is (243,208,20). Sum of RGB (Red+Green+Blue) = 243+208+20=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D014 is #0C2FEB. Grayscale: #C5C5C5. Windows color (decimal): -798700 or 1364211. OLE color: 1364211.

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

Color convert

RGB 243 208 20 -
CMYK 0 0.14 0.92 0.05
HSL 50.58º 0.9% 0.52% -
HSV(B) 50.58º 0.92% 0.95% -
XYZ 59.64 64.22 9.91 -
YUV 197.03 28.1 160.79 -
System Red Green Blue C M Y K H S L
Decimal 243 208 20 0 0.14 0.92 0.05 50.58 0.9 0.52
Hex F3 D0 14 0 E 5C 5 33 5A 34
Octal 363 320 24 0 16 134 5 63 132 64
Binary 11110011 11010000 10100 0 1110 1011100 101 110011 1011010 110100

Color Harmonies of #F3D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D014

Black with #F3D014

Text Example


Text Example

White with #F3D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D014; }

 p { color: rgb(243,208,20); }

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

background-color css

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

 a { background-color: rgb(243,208,20); }

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

border-color css

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

 span { border-color: rgb(243,208,20); }

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