Html Css Color HEX #FFC320 Turbo

📋 copy color: '#FFC320'

red 255 ◦ green 195 ◦ blue 32

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

Shades of Turbo #FFC320

Tints of Turbo #FFC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.64%

R = 52.9%
G = 40.46%
B = 6.64%

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

#FFC320 (or 0xFFC320) is known color: Turbo. HEX triplet: FF, C3 and 20. RGB value is (255,195,32). Sum of RGB (Red+Green+Blue) = 255+195+32=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC320 is #003CDF. Grayscale: #C3C3C3. Windows color (decimal): -15584 or 2147327. OLE color: 2147327.

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

Color convert

RGB 255 195 32 -
CMYK 0 0.24 0.87 0
HSL 43.86º 1% 0.56% -
HSV(B) 43.86º 0.87% 1% -
XYZ 61.02 60.39 9.81 -
YUV 194.36 36.38 171.25 -
System Red Green Blue C M Y K H S L
Decimal 255 195 32 0 0.24 0.87 0 43.86 1 0.56
Hex FF C3 20 0 18 57 0 2C 64 38
Octal 377 303 40 0 30 127 0 54 144 70
Binary 11111111 11000011 100000 0 11000 1010111 0 101100 1100100 111000

Color Harmonies of #FFC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC320

Black with #FFC320

Text Example


Text Example

White with #FFC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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