Html Css Color HEX #F2900B Tangerine

📋 copy color: '#F2900B'

red 242 ◦ green 144 ◦ blue 11

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

Shades of Tangerine #F2900B

Tints of Tangerine #F2900B

RGB

 RED value IS 242 (94.92% from 255) = 60.96%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 60.96%
G = 36.27%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2900B (or 0xF2900B) is known color: Tangerine. HEX triplet: F2, 90 and 0B. RGB value is (242,144,11). Sum of RGB (Red+Green+Blue) = 242+144+11=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F2900B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2900B is #0D6FF4. Grayscale: #9E9E9E. Windows color (decimal): -880629 or 758002. OLE color: 758002.

HSL color Cylindrical-coordinate representation of color #F2900B: hue angle of 34.55º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2900B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 11 -
CMYK 0 0.40 0.95 0.05
HSL 34.55º 0.91% 0.5% -
HSV(B) 34.55º 0.95% 0.95% -
XYZ 46.65 38.85 5.36 -
YUV 158.14 44.97 187.81 -
System Red Green Blue C M Y K H S L
Decimal 242 144 11 0 0.40 0.95 0.05 34.55 0.91 0.5
Hex F2 90 B 0 28 5F 5 23 5B 32
Octal 362 220 13 0 50 137 5 43 133 62
Binary 11110010 10010000 1011 0 101000 1011111 101 100011 1011011 110010

Color Harmonies of #F2900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2900B

Black with #F2900B

Text Example


Text Example

White with #F2900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2900B; }

 p { color: rgb(242,144,11); }

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

background-color css

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

 a { background-color: rgb(242,144,11); }

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

border-color css

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

 span { border-color: rgb(242,144,11); }

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