Html Css Color HEX #F3D316 Turbo

📋 copy color: '#F3D316'

red 243 ◦ green 211 ◦ blue 22

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

Shades of Turbo #F3D316

Tints of Turbo #F3D316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.33%

 BLUE value IS 22 (8.98% from 255) = 4.62%

R = 51.05%
G = 44.33%
B = 4.62%

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

#F3D316 (or 0xF3D316) is known color: Turbo. HEX triplet: F3, D3 and 16. RGB value is (243,211,22). Sum of RGB (Red+Green+Blue) = 243+211+22=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D316 is #0C2CE9. Grayscale: #C7C7C7. Windows color (decimal): -797930 or 1496051. OLE color: 1496051.

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

Color convert

RGB 243 211 22 -
CMYK 0 0.13 0.91 0.05
HSL 51.31º 0.9% 0.52% -
HSV(B) 51.31º 0.91% 0.95% -
XYZ 60.4 65.7 10.26 -
YUV 199.02 28.1 159.37 -
System Red Green Blue C M Y K H S L
Decimal 243 211 22 0 0.13 0.91 0.05 51.31 0.9 0.52
Hex F3 D3 16 0 D 5B 5 33 5A 34
Octal 363 323 26 0 15 133 5 63 132 64
Binary 11110011 11010011 10110 0 1101 1011011 101 110011 1011010 110100

Color Harmonies of #F3D316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D316

Black with #F3D316

Text Example


Text Example

White with #F3D316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D316; }

 p { color: rgb(243,211,22); }

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

background-color css

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

 a { background-color: rgb(243,211,22); }

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

border-color css

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

 span { border-color: rgb(243,211,22); }

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