Html Css Color HEX #F0941A Carrot Orange

📋 copy color: '#F0941A'

red 240 ◦ green 148 ◦ blue 26

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

Shades of Carrot Orange #F0941A

Tints of Carrot Orange #F0941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.75%

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

R = 57.97%
G = 35.75%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0941A (or 0xF0941A) is known color: Carrot Orange. HEX triplet: F0, 94 and 1A. RGB value is (240,148,26). Sum of RGB (Red+Green+Blue) = 240+148+26=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0941A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0941A is #0F6BE5. Grayscale: #A2A2A2. Windows color (decimal): -1010662 or 1742064. OLE color: 1742064.

HSL color Cylindrical-coordinate representation of color #F0941A: hue angle of 34.21º 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 #F0941A is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 26 -
CMYK 0 0.38 0.89 0.06
HSL 34.21º 0.88% 0.52% -
HSV(B) 34.21º 0.89% 0.94% -
XYZ 46.71 39.78 6.19 -
YUV 161.6 51.48 183.92 -
System Red Green Blue C M Y K H S L
Decimal 240 148 26 0 0.38 0.89 0.06 34.21 0.88 0.52
Hex F0 94 1A 0 26 59 6 22 58 34
Octal 360 224 32 0 46 131 6 42 130 64
Binary 11110000 10010100 11010 0 100110 1011001 110 100010 1011000 110100

Color Harmonies of #F0941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0941A

Black with #F0941A

Text Example


Text Example

White with #F0941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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