Html Css Color HEX #FFC51E Turbo

📋 copy color: '#FFC51E'

red 255 ◦ green 197 ◦ blue 30

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

Shades of Turbo #FFC51E

Tints of Turbo #FFC51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.22%

R = 52.9%
G = 40.87%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFC51E (or 0xFFC51E) is known color: Turbo. HEX triplet: FF, C5 and 1E. RGB value is (255,197,30). Sum of RGB (Red+Green+Blue) = 255+197+30=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 30 (12.11% from 255 or 6.22% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC51E is #003AE1. Grayscale: #C4C4C4. Windows color (decimal): -15074 or 2016767. OLE color: 2016767.

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

Color convert

RGB 255 197 30 -
CMYK 0 0.23 0.88 0
HSL 44.53º 1% 0.56% -
HSV(B) 44.53º 0.88% 1% -
XYZ 61.44 61.29 9.82 -
YUV 195.3 34.72 170.58 -
System Red Green Blue C M Y K H S L
Decimal 255 197 30 0 0.23 0.88 0 44.53 1 0.56
Hex FF C5 1E 0 17 58 0 2D 64 38
Octal 377 305 36 0 27 130 0 55 144 70
Binary 11111111 11000101 11110 0 10111 1011000 0 101101 1100100 111000

Color Harmonies of #FFC51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC51E

Black with #FFC51E

Text Example


Text Example

White with #FFC51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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