Html Css Color HEX #F7CC15 Turbo

📋 copy color: '#F7CC15'

red 247 ◦ green 204 ◦ blue 21

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

Shades of Turbo #F7CC15

Tints of Turbo #F7CC15

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

 BLUE value IS 21 (8.59% from 255) = 4.45%

R = 52.33%
G = 43.22%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F7CC15 (or 0xF7CC15) is known color: Turbo. HEX triplet: F7, CC and 15. RGB value is (247,204,21). Sum of RGB (Red+Green+Blue) = 247+204+21=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7CC15 is #0833EA. Grayscale: #C4C4C4. Windows color (decimal): -537579 or 1428727. OLE color: 1428727.

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

Color convert

RGB 247 204 21 -
CMYK 0 0.17 0.91 0.03
HSL 48.58º 0.93% 0.53% -
HSV(B) 48.58º 0.91% 0.97% -
XYZ 60.09 63.01 9.71 -
YUV 196 29.25 164.38 -
System Red Green Blue C M Y K H S L
Decimal 247 204 21 0 0.17 0.91 0.03 48.58 0.93 0.53
Hex F7 CC 15 0 11 5B 3 31 5D 35
Octal 367 314 25 0 21 133 3 61 135 65
Binary 11110111 11001100 10101 0 10001 1011011 11 110001 1011101 110101

Color Harmonies of #F7CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CC15

Black with #F7CC15

Text Example


Text Example

White with #F7CC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CC15; }

 p { color: rgb(247,204,21); }

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

background-color css

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

 a { background-color: rgb(247,204,21); }

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

border-color css

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

 span { border-color: rgb(247,204,21); }

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