Html Css Color HEX #F3D222 Turbo

📋 copy color: '#F3D222'

red 243 ◦ green 210 ◦ blue 34

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

Shades of Turbo #F3D222

Tints of Turbo #F3D222

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

 BLUE value IS 34 (13.67% from 255) = 6.98%

R = 49.9%
G = 43.12%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F3D222 (or 0xF3D222) is known color: Turbo. HEX triplet: F3, D2 and 22. RGB value is (243,210,34). Sum of RGB (Red+Green+Blue) = 243+210+34=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D222 is #0C2DDD. Grayscale: #C8C8C8. Windows color (decimal): -798174 or 2282227. OLE color: 2282227.

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

Color convert

RGB 243 210 34 -
CMYK 0 0.14 0.86 0.05
HSL 50.53º 0.9% 0.54% -
HSV(B) 50.53º 0.86% 0.95% -
XYZ 60.3 65.26 10.93 -
YUV 199.8 34.43 158.81 -
System Red Green Blue C M Y K H S L
Decimal 243 210 34 0 0.14 0.86 0.05 50.53 0.9 0.54
Hex F3 D2 22 0 E 56 5 33 5A 36
Octal 363 322 42 0 16 126 5 63 132 66
Binary 11110011 11010010 100010 0 1110 1010110 101 110011 1011010 110110

Color Harmonies of #F3D222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D222

Black with #F3D222

Text Example


Text Example

White with #F3D222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D222; }

 p { color: rgb(243,210,34); }

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

background-color css

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

 a { background-color: rgb(243,210,34); }

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

border-color css

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

 span { border-color: rgb(243,210,34); }

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