Html Css Color HEX #F7DA20 Turbo

📋 copy color: '#F7DA20'

red 247 ◦ green 218 ◦ blue 32

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

Shades of Turbo #F7DA20

Tints of Turbo #F7DA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.86%

 BLUE value IS 32 (12.89% from 255) = 6.44%

R = 49.7%
G = 43.86%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7DA20 (or 0xF7DA20) is known color: Turbo. HEX triplet: F7, DA and 20. RGB value is (247,218,32). Sum of RGB (Red+Green+Blue) = 247+218+32=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DA20 is #0825DF. Grayscale: #CECECE. Windows color (decimal): -533984 or 2153207. OLE color: 2153207.

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

Color convert

RGB 247 218 32 -
CMYK 0 0.12 0.87 0.03
HSL 51.91º 0.93% 0.55% -
HSV(B) 51.91º 0.87% 0.97% -
XYZ 63.69 70.02 11.53 -
YUV 205.47 30.11 157.62 -
System Red Green Blue C M Y K H S L
Decimal 247 218 32 0 0.12 0.87 0.03 51.91 0.93 0.55
Hex F7 DA 20 0 C 57 3 34 5D 37
Octal 367 332 40 0 14 127 3 64 135 67
Binary 11110111 11011010 100000 0 1100 1010111 11 110100 1011101 110111

Color Harmonies of #F7DA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DA20

Black with #F7DA20

Text Example


Text Example

White with #F7DA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DA20; }

 p { color: rgb(247,218,32); }

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

background-color css

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

 a { background-color: rgb(247,218,32); }

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

border-color css

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

 span { border-color: rgb(247,218,32); }

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