Html Css Color HEX #F0901A Carrot Orange

📋 copy color: '#F0901A'

red 240 ◦ green 144 ◦ blue 26

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

Shades of Carrot Orange #F0901A

Tints of Carrot Orange #F0901A

RGB

 RED value IS 240 (94.14% from 255) = 58.54%

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

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 58.54%
G = 35.12%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0901A (or 0xF0901A) is known color: Carrot Orange. HEX triplet: F0, 90 and 1A. RGB value is (240,144,26). Sum of RGB (Red+Green+Blue) = 240+144+26=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F0901A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0901A is #0F6FE5. Grayscale: #9F9F9F. Windows color (decimal): -1011686 or 1741040. OLE color: 1741040.

HSL color Cylindrical-coordinate representation of color #F0901A: hue angle of 33.08º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0901A is Cyan = 0, Magento = 0.4, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 26 -
CMYK 0 0.4 0.89 0.06
HSL 33.08º 0.88% 0.52% -
HSV(B) 33.08º 0.89% 0.94% -
XYZ 46.09 38.55 5.99 -
YUV 159.25 52.8 185.59 -
System Red Green Blue C M Y K H S L
Decimal 240 144 26 0 0.4 0.89 0.06 33.08 0.88 0.52
Hex F0 90 1A 0 28 59 6 21 58 34
Octal 360 220 32 0 50 131 6 41 130 64
Binary 11110000 10010000 11010 0 101000 1011001 110 100001 1011000 110100

Color Harmonies of #F0901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0901A

Black with #F0901A

Text Example


Text Example

White with #F0901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0901A; }

 p { color: rgb(240,144,26); }

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

background-color css

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

 a { background-color: rgb(240,144,26); }

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

border-color css

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

 span { border-color: rgb(240,144,26); }

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