Html Css Color HEX #FFC71E Turbo

📋 copy color: '#FFC71E'

red 255 ◦ green 199 ◦ blue 30

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

Shades of Turbo #FFC71E

Tints of Turbo #FFC71E

RGB

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

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

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

R = 52.69%
G = 41.12%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFC71E (or 0xFFC71E) is known color: Turbo. HEX triplet: FF, C7 and 1E. RGB value is (255,199,30). Sum of RGB (Red+Green+Blue) = 255+199+30=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC71E is #0038E1. Grayscale: #C5C5C5. Windows color (decimal): -14562 or 2017279. OLE color: 2017279.

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

Color convert

RGB 255 199 30 -
CMYK 0 0.22 0.88 0
HSL 45.07º 1% 0.56% -
HSV(B) 45.07º 0.88% 1% -
XYZ 61.9 62.2 9.97 -
YUV 196.48 34.05 169.74 -
System Red Green Blue C M Y K H S L
Decimal 255 199 30 0 0.22 0.88 0 45.07 1 0.56
Hex FF C7 1E 0 16 58 0 2D 64 38
Octal 377 307 36 0 26 130 0 55 144 70
Binary 11111111 11000111 11110 0 10110 1011000 0 101101 1100100 111000

Color Harmonies of #FFC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC71E

Black with #FFC71E

Text Example


Text Example

White with #FFC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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