Html Css Color HEX #FF964B Sunshade

📋 copy color: '#FF964B'

red 255 ◦ green 150 ◦ blue 75

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

Shades of Sunshade #FF964B

Tints of Sunshade #FF964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.25%

 BLUE value IS 75 (29.69% from 255) = 15.63%

R = 53.13%
G = 31.25%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF964B (or 0xFF964B) is known color: Sunshade. HEX triplet: FF, 96 and 4B. RGB value is (255,150,75). Sum of RGB (Red+Green+Blue) = 255+150+75=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF964B is #0069B4. Grayscale: #ADADAD. Windows color (decimal): -27061 or 4953855. OLE color: 4953855.

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

Color convert

RGB 255 150 75 -
CMYK 0 0.41 0.71 0
HSL 25º 1% 0.65% -
HSV(B) 25º 0.71% 1% -
XYZ 53.42 43.58 12.25 -
YUV 172.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 255 150 75 0 0.41 0.71 0 25 1 0.65
Hex FF 96 4B 0 29 47 0 19 64 41
Octal 377 226 113 0 51 107 0 31 144 101
Binary 11111111 10010110 1001011 0 101001 1000111 0 11001 1100100 1000001

Color Harmonies of #FF964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF964B

Black with #FF964B

Text Example


Text Example

White with #FF964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF964B; }

 p { color: rgb(255,150,75); }

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

background-color css

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

 a { background-color: rgb(255,150,75); }

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

border-color css

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

 span { border-color: rgb(255,150,75); }

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