Html Css Color HEX #FFC71A Turbo

📋 copy color: '#FFC71A'

red 255 ◦ green 199 ◦ blue 26

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

Shades of Turbo #FFC71A

Tints of Turbo #FFC71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.42%

R = 53.13%
G = 41.46%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFC71A (or 0xFFC71A) is known color: Turbo. HEX triplet: FF, C7 and 1A. RGB value is (255,199,26). Sum of RGB (Red+Green+Blue) = 255+199+26=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC71A is #0038E5. Grayscale: #C4C4C4. Windows color (decimal): -14566 or 1755135. OLE color: 1755135.

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

Color convert

RGB 255 199 26 -
CMYK 0 0.22 0.90 0
HSL 45.33º 1% 0.55% -
HSV(B) 45.33º 0.9% 1% -
XYZ 61.85 62.18 9.72 -
YUV 196.02 32.05 170.07 -
System Red Green Blue C M Y K H S L
Decimal 255 199 26 0 0.22 0.90 0 45.33 1 0.55
Hex FF C7 1A 0 16 5A 0 2D 64 37
Octal 377 307 32 0 26 132 0 55 144 67
Binary 11111111 11000111 11010 0 10110 1011010 0 101101 1100100 110111

Color Harmonies of #FFC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC71A

Black with #FFC71A

Text Example


Text Example

White with #FFC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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