Html Css Color HEX #FFC321 Turbo

📋 copy color: '#FFC321'

red 255 ◦ green 195 ◦ blue 33

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

Shades of Turbo #FFC321

Tints of Turbo #FFC321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

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

R = 52.8%
G = 40.37%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFC321 (or 0xFFC321) is known color: Turbo. HEX triplet: FF, C3 and 21. RGB value is (255,195,33). Sum of RGB (Red+Green+Blue) = 255+195+33=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC321 is #003CDE. Grayscale: #C3C3C3. Windows color (decimal): -15583 or 2212863. OLE color: 2212863.

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

Color convert

RGB 255 195 33 -
CMYK 0 0.24 0.87 0
HSL 43.78º 1% 0.56% -
HSV(B) 43.78º 0.87% 1% -
XYZ 61.03 60.4 9.88 -
YUV 194.47 36.88 171.17 -
System Red Green Blue C M Y K H S L
Decimal 255 195 33 0 0.24 0.87 0 43.78 1 0.56
Hex FF C3 21 0 18 57 0 2C 64 38
Octal 377 303 41 0 30 127 0 54 144 70
Binary 11111111 11000011 100001 0 11000 1010111 0 101100 1100100 111000

Color Harmonies of #FFC321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC321

Black with #FFC321

Text Example


Text Example

White with #FFC321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC321; }

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

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

background-color css

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

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

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

border-color css

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

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

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