Html Css Color HEX #F4D322 Turbo

📋 copy color: '#F4D322'

red 244 ◦ green 211 ◦ blue 34

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

Shades of Turbo #F4D322

Tints of Turbo #F4D322

RGB

 RED value IS 244 (95.7% from 255) = 49.9%

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

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

R = 49.9%
G = 43.15%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F4D322 (or 0xF4D322) is known color: Turbo. HEX triplet: F4, D3 and 22. RGB value is (244,211,34). Sum of RGB (Red+Green+Blue) = 244+211+34=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 34 (13.67% from 255 or 6.95% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D322 is #0B2CDD. Grayscale: #C9C9C9. Windows color (decimal): -732382 or 2282484. OLE color: 2282484.

HSL color Cylindrical-coordinate representation of color #F4D322: hue angle of 50.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4D322 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 211 34 -
CMYK 0 0.14 0.86 0.04
HSL 50.57º 0.91% 0.55% -
HSV(B) 50.57º 0.86% 0.96% -
XYZ 60.89 65.94 11.03 -
YUV 200.69 33.93 158.89 -
System Red Green Blue C M Y K H S L
Decimal 244 211 34 0 0.14 0.86 0.04 50.57 0.91 0.55
Hex F4 D3 22 0 E 56 4 33 5B 37
Octal 364 323 42 0 16 126 4 63 133 67
Binary 11110100 11010011 100010 0 1110 1010110 100 110011 1011011 110111

Color Harmonies of #F4D322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D322

Black with #F4D322

Text Example


Text Example

White with #F4D322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D322; }

 p { color: rgb(244,211,34); }

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

background-color css

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

 a { background-color: rgb(244,211,34); }

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

border-color css

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

 span { border-color: rgb(244,211,34); }

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