Html Css Color HEX #FFC715 Turbo

📋 copy color: '#FFC715'

red 255 ◦ green 199 ◦ blue 21

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

Shades of Turbo #FFC715

Tints of Turbo #FFC715

RGB

 RED value IS 255 (100% from 255) = 53.68%

 GREEN value IS 199 (78.13% from 255) = 41.89%

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

R = 53.68%
G = 41.89%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFC715 (or 0xFFC715) is known color: Turbo. HEX triplet: FF, C7 and 15. RGB value is (255,199,21). Sum of RGB (Red+Green+Blue) = 255+199+21=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC715 is #0038EA. Grayscale: #C4C4C4. Windows color (decimal): -14571 or 1427455. OLE color: 1427455.

HSL color Cylindrical-coordinate representation of color #FFC715: hue angle of 45.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFC715 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 21 -
CMYK 0 0.22 0.92 0
HSL 45.64º 1% 0.54% -
HSV(B) 45.64º 0.92% 1% -
XYZ 61.8 62.16 9.45 -
YUV 195.45 29.55 170.47 -
System Red Green Blue C M Y K H S L
Decimal 255 199 21 0 0.22 0.92 0 45.64 1 0.54
Hex FF C7 15 0 16 5C 0 2E 64 36
Octal 377 307 25 0 26 134 0 56 144 66
Binary 11111111 11000111 10101 0 10110 1011100 0 101110 1100100 110110

Color Harmonies of #FFC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC715

Black with #FFC715

Text Example


Text Example

White with #FFC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC715; }

 p { color: rgb(255,199,21); }

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

background-color css

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

 a { background-color: rgb(255,199,21); }

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

border-color css

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

 span { border-color: rgb(255,199,21); }

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