Html Css Color HEX #FB965A Atomic Tangerine

📋 copy color: '#FB965A'

red 251 ◦ green 150 ◦ blue 90

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

Shades of Atomic Tangerine #FB965A

Tints of Atomic Tangerine #FB965A

RGB

 RED value IS 251 (98.44% from 255) = 51.12%

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

 BLUE value IS 90 (35.55% from 255) = 18.33%

R = 51.12%
G = 30.55%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB965A (or 0xFB965A) is known color: Atomic Tangerine. HEX triplet: FB, 96 and 5A. RGB value is (251,150,90). Sum of RGB (Red+Green+Blue) = 251+150+90=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB965A is #0469A5. Grayscale: #ADADAD. Windows color (decimal): -289190 or 5936891. OLE color: 5936891.

HSL color Cylindrical-coordinate representation of color #FB965A: hue angle of 22.36º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB965A is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 150 90 -
CMYK 0 0.40 0.64 0.02
HSL 22.36º 0.95% 0.67% -
HSV(B) 22.36º 0.64% 0.98% -
XYZ 52.54 43.06 15.22 -
YUV 173.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 251 150 90 0 0.40 0.64 0.02 22.36 0.95 0.67
Hex FB 96 5A 0 28 40 2 16 5F 43
Octal 373 226 132 0 50 100 2 26 137 103
Binary 11111011 10010110 1011010 0 101000 1000000 10 10110 1011111 1000011

Color Harmonies of #FB965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB965A

Black with #FB965A

Text Example


Text Example

White with #FB965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB965A; }

 p { color: rgb(251,150,90); }

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

background-color css

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

 a { background-color: rgb(251,150,90); }

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

border-color css

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

 span { border-color: rgb(251,150,90); }

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