Html Css Color HEX #FFC521 Turbo

📋 copy color: '#FFC521'

red 255 ◦ green 197 ◦ blue 33

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

Shades of Turbo #FFC521

Tints of Turbo #FFC521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.8%

R = 52.58%
G = 40.62%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFC521 (or 0xFFC521) is known color: Turbo. HEX triplet: FF, C5 and 21. RGB value is (255,197,33). Sum of RGB (Red+Green+Blue) = 255+197+33=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC521 is #003ADE. Grayscale: #C4C4C4. Windows color (decimal): -15071 or 2213375. OLE color: 2213375.

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

Color convert

RGB 255 197 33 -
CMYK 0 0.23 0.87 0
HSL 44.32º 1% 0.56% -
HSV(B) 44.32º 0.87% 1% -
XYZ 61.48 61.3 10.03 -
YUV 195.65 36.22 170.34 -
System Red Green Blue C M Y K H S L
Decimal 255 197 33 0 0.23 0.87 0 44.32 1 0.56
Hex FF C5 21 0 17 57 0 2C 64 38
Octal 377 305 41 0 27 127 0 54 144 70
Binary 11111111 11000101 100001 0 10111 1010111 0 101100 1100100 111000

Color Harmonies of #FFC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC521

Black with #FFC521

Text Example


Text Example

White with #FFC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC521; }

 p { color: rgb(255,197,33); }

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

background-color css

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

 a { background-color: rgb(255,197,33); }

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

border-color css

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

 span { border-color: rgb(255,197,33); }

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