Html Css Color HEX #FFC919 Turbo

📋 copy color: '#FFC919'

red 255 ◦ green 201 ◦ blue 25

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

Shades of Turbo #FFC919

Tints of Turbo #FFC919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.2%

R = 53.01%
G = 41.79%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFC919 (or 0xFFC919) is known color: Turbo. HEX triplet: FF, C9 and 19. RGB value is (255,201,25). Sum of RGB (Red+Green+Blue) = 255+201+25=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC919 is #0036E6. Grayscale: #C5C5C5. Windows color (decimal): -14055 or 1690111. OLE color: 1690111.

HSL color Cylindrical-coordinate representation of color #FFC919: hue angle of 45.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFC919 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 25 -
CMYK 0 0.21 0.90 0
HSL 45.91º 1% 0.55% -
HSV(B) 45.91º 0.9% 1% -
XYZ 62.3 63.1 9.82 -
YUV 197.08 30.89 169.31 -
System Red Green Blue C M Y K H S L
Decimal 255 201 25 0 0.21 0.90 0 45.91 1 0.55
Hex FF C9 19 0 15 5A 0 2E 64 37
Octal 377 311 31 0 25 132 0 56 144 67
Binary 11111111 11001001 11001 0 10101 1011010 0 101110 1100100 110111

Color Harmonies of #FFC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC919

Black with #FFC919

Text Example


Text Example

White with #FFC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC919; }

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

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

background-color css

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

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

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

border-color css

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

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

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