Html Css Color HEX #FFC71C Turbo

📋 copy color: '#FFC71C'

red 255 ◦ green 199 ◦ blue 28

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

Shades of Turbo #FFC71C

Tints of Turbo #FFC71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.81%

R = 52.9%
G = 41.29%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFC71C (or 0xFFC71C) is known color: Turbo. HEX triplet: FF, C7 and 1C. RGB value is (255,199,28). Sum of RGB (Red+Green+Blue) = 255+199+28=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC71C is #0038E3. Grayscale: #C4C4C4. Windows color (decimal): -14564 or 1886207. OLE color: 1886207.

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

Color convert

RGB 255 199 28 -
CMYK 0 0.22 0.89 0
HSL 45.2º 1% 0.55% -
HSV(B) 45.2º 0.89% 1% -
XYZ 61.87 62.19 9.84 -
YUV 196.25 33.05 169.9 -
System Red Green Blue C M Y K H S L
Decimal 255 199 28 0 0.22 0.89 0 45.2 1 0.55
Hex FF C7 1C 0 16 59 0 2D 64 37
Octal 377 307 34 0 26 131 0 55 144 67
Binary 11111111 11000111 11100 0 10110 1011001 0 101101 1100100 110111

Color Harmonies of #FFC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC71C

Black with #FFC71C

Text Example


Text Example

White with #FFC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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