Html Css Color HEX #F4DC22 Turbo

📋 copy color: '#F4DC22'

red 244 ◦ green 220 ◦ blue 34

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

Shades of Turbo #F4DC22

Tints of Turbo #F4DC22

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

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

R = 49%
G = 44.18%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F4DC22 (or 0xF4DC22) is known color: Turbo. HEX triplet: F4, DC and 22. RGB value is (244,220,34). Sum of RGB (Red+Green+Blue) = 244+220+34=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 34 (13.67% from 255 or 6.83% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DC22 is #0B23DD. Grayscale: #CECECE. Windows color (decimal): -730078 or 2284788. OLE color: 2284788.

HSL color Cylindrical-coordinate representation of color #F4DC22: hue angle of 53.14º 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 #F4DC22 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 220 34 -
CMYK 0 0.10 0.86 0.04
HSL 53.14º 0.91% 0.55% -
HSV(B) 53.14º 0.86% 0.96% -
XYZ 63.19 70.53 11.8 -
YUV 205.97 30.95 155.12 -
System Red Green Blue C M Y K H S L
Decimal 244 220 34 0 0.10 0.86 0.04 53.14 0.91 0.55
Hex F4 DC 22 0 A 56 4 35 5B 37
Octal 364 334 42 0 12 126 4 65 133 67
Binary 11110100 11011100 100010 0 1010 1010110 100 110101 1011011 110111

Color Harmonies of #F4DC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DC22

Black with #F4DC22

Text Example


Text Example

White with #F4DC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DC22; }

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

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

background-color css

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

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

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

border-color css

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

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

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