Html Css Color HEX #F7D322 Turbo

📋 copy color: '#F7D322'

red 247 ◦ green 211 ◦ blue 34

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

Shades of Turbo #F7D322

Tints of Turbo #F7D322

RGB

 RED value IS 247 (96.88% from 255) = 50.2%

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

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

R = 50.2%
G = 42.89%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F7D322 (or 0xF7D322) is known color: Turbo. HEX triplet: F7, D3 and 22. RGB value is (247,211,34). Sum of RGB (Red+Green+Blue) = 247+211+34=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D322 is #082CDD. Grayscale: #CACACA. Windows color (decimal): -535774 or 2282487. OLE color: 2282487.

HSL color Cylindrical-coordinate representation of color #F7D322: hue angle of 49.86º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7D322 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 211 34 -
CMYK 0 0.15 0.86 0.03
HSL 49.86º 0.93% 0.55% -
HSV(B) 49.86º 0.86% 0.97% -
XYZ 61.94 66.48 11.08 -
YUV 201.59 33.43 160.39 -
System Red Green Blue C M Y K H S L
Decimal 247 211 34 0 0.15 0.86 0.03 49.86 0.93 0.55
Hex F7 D3 22 0 F 56 3 32 5D 37
Octal 367 323 42 0 17 126 3 62 135 67
Binary 11110111 11010011 100010 0 1111 1010110 11 110010 1011101 110111

Color Harmonies of #F7D322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D322

Black with #F7D322

Text Example


Text Example

White with #F7D322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D322; }

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

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

background-color css

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

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

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

border-color css

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

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

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