Html Css Color HEX #FFC915 Turbo

📋 copy color: '#FFC915'

red 255 ◦ green 201 ◦ blue 21

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

Shades of Turbo #FFC915

Tints of Turbo #FFC915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.14%

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

R = 53.46%
G = 42.14%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFC915 (or 0xFFC915) is known color: Turbo. HEX triplet: FF, C9 and 15. RGB value is (255,201,21). Sum of RGB (Red+Green+Blue) = 255+201+21=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC915 is #0036EA. Grayscale: #C5C5C5. Windows color (decimal): -14059 or 1427967. OLE color: 1427967.

HSL color Cylindrical-coordinate representation of color #FFC915: hue angle of 46.15º 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 #FFC915 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 21 -
CMYK 0 0.21 0.92 0
HSL 46.15º 1% 0.54% -
HSV(B) 46.15º 0.92% 1% -
XYZ 62.26 63.09 9.6 -
YUV 196.63 28.89 169.64 -
System Red Green Blue C M Y K H S L
Decimal 255 201 21 0 0.21 0.92 0 46.15 1 0.54
Hex FF C9 15 0 15 5C 0 2E 64 36
Octal 377 311 25 0 25 134 0 56 144 66
Binary 11111111 11001001 10101 0 10101 1011100 0 101110 1100100 110110

Color Harmonies of #FFC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC915

Black with #FFC915

Text Example


Text Example

White with #FFC915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC915; }

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

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

background-color css

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

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

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

border-color css

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

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

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