Html Css Color HEX #F0821A Carrot Orange

📋 copy color: '#F0821A'

red 240 ◦ green 130 ◦ blue 26

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

Shades of Carrot Orange #F0821A

Tints of Carrot Orange #F0821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

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

R = 60.61%
G = 32.83%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0821A (or 0xF0821A) is known color: Carrot Orange. HEX triplet: F0, 82 and 1A. RGB value is (240,130,26). Sum of RGB (Red+Green+Blue) = 240+130+26=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0821A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0821A is #0F7DE5. Grayscale: #979797. Windows color (decimal): -1015270 or 1737456. OLE color: 1737456.

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

Color convert

RGB 240 130 26 -
CMYK 0 0.46 0.89 0.06
HSL 29.16º 0.88% 0.52% -
HSV(B) 29.16º 0.89% 0.94% -
XYZ 44.1 34.57 5.32 -
YUV 151.03 57.44 191.46 -
System Red Green Blue C M Y K H S L
Decimal 240 130 26 0 0.46 0.89 0.06 29.16 0.88 0.52
Hex F0 82 1A 0 2E 59 6 1D 58 34
Octal 360 202 32 0 56 131 6 35 130 64
Binary 11110000 10000010 11010 0 101110 1011001 110 11101 1011000 110100

Color Harmonies of #F0821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0821A

Black with #F0821A

Text Example


Text Example

White with #F0821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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