Html Css Color HEX #F7C526 Turbo

📋 copy color: '#F7C526'

red 247 ◦ green 197 ◦ blue 38

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

Shades of Turbo #F7C526

Tints of Turbo #F7C526

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

 BLUE value IS 38 (15.23% from 255) = 7.88%

R = 51.24%
G = 40.87%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F7C526 (or 0xF7C526) is known color: Turbo. HEX triplet: F7, C5 and 26. RGB value is (247,197,38). Sum of RGB (Red+Green+Blue) = 247+197+38=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 38 (15.23% from 255 or 7.88% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C526 is #083AD9. Grayscale: #C2C2C2. Windows color (decimal): -539354 or 2541047. OLE color: 2541047.

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

Color convert

RGB 247 197 38 -
CMYK 0 0.20 0.85 0.03
HSL 45.65º 0.93% 0.56% -
HSV(B) 45.65º 0.85% 0.97% -
XYZ 58.67 59.85 10.29 -
YUV 193.82 40.07 165.93 -
System Red Green Blue C M Y K H S L
Decimal 247 197 38 0 0.20 0.85 0.03 45.65 0.93 0.56
Hex F7 C5 26 0 14 55 3 2E 5D 38
Octal 367 305 46 0 24 125 3 56 135 70
Binary 11110111 11000101 100110 0 10100 1010101 11 101110 1011101 111000

Color Harmonies of #F7C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C526

Black with #F7C526

Text Example


Text Example

White with #F7C526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C526; }

 p { color: rgb(247,197,38); }

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

background-color css

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

 a { background-color: rgb(247,197,38); }

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

border-color css

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

 span { border-color: rgb(247,197,38); }

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