Html Css Color HEX #F7C525 Turbo

📋 copy color: '#F7C525'

red 247 ◦ green 197 ◦ blue 37

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

Shades of Turbo #F7C525

Tints of Turbo #F7C525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.69%

R = 51.35%
G = 40.96%
B = 7.69%

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

#F7C525 (or 0xF7C525) is known color: Turbo. HEX triplet: F7, C5 and 25. RGB value is (247,197,37). Sum of RGB (Red+Green+Blue) = 247+197+37=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C525 is #083ADA. Grayscale: #C2C2C2. Windows color (decimal): -539355 or 2475511. OLE color: 2475511.

HSL color Cylindrical-coordinate representation of color #F7C525: hue angle of 45.71º 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 #F7C525 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 197 37 -
CMYK 0 0.20 0.85 0.03
HSL 45.71º 0.93% 0.56% -
HSV(B) 45.71º 0.85% 0.97% -
XYZ 58.66 59.84 10.21 -
YUV 193.71 39.57 166.01 -
System Red Green Blue C M Y K H S L
Decimal 247 197 37 0 0.20 0.85 0.03 45.71 0.93 0.56
Hex F7 C5 25 0 14 55 3 2E 5D 38
Octal 367 305 45 0 24 125 3 56 135 70
Binary 11110111 11000101 100101 0 10100 1010101 11 101110 1011101 111000

Color Harmonies of #F7C525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C525

Black with #F7C525

Text Example


Text Example

White with #F7C525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C525; }

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

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

background-color css

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

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

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

border-color css

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

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

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