Html Css Color HEX #FF982A Neon Carrot

📋 copy color: '#FF982A'

red 255 ◦ green 152 ◦ blue 42

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

Shades of Neon Carrot #FF982A

Tints of Neon Carrot #FF982A

RGB

 RED value IS 255 (100% from 255) = 56.79%

 GREEN value IS 152 (59.77% from 255) = 33.85%

 BLUE value IS 42 (16.8% from 255) = 9.35%

R = 56.79%
G = 33.85%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF982A (or 0xFF982A) is known color: Neon Carrot. HEX triplet: FF, 98 and 2A. RGB value is (255,152,42). Sum of RGB (Red+Green+Blue) = 255+152+42=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF982A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF982A is #0067D5. Grayscale: #AAAAAA. Windows color (decimal): -26582 or 2791679. OLE color: 2791679.

HSL color Cylindrical-coordinate representation of color #FF982A: hue angle of 30.99º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF982A is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 152 42 -
CMYK 0 0.40 0.84 0
HSL 30.99º 1% 0.58% -
HSV(B) 30.99º 0.84% 1% -
XYZ 52.89 43.88 7.87 -
YUV 170.26 55.62 188.44 -
System Red Green Blue C M Y K H S L
Decimal 255 152 42 0 0.40 0.84 0 30.99 1 0.58
Hex FF 98 2A 0 28 54 0 1F 64 3A
Octal 377 230 52 0 50 124 0 37 144 72
Binary 11111111 10011000 101010 0 101000 1010100 0 11111 1100100 111010

Color Harmonies of #FF982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF982A

Black with #FF982A

Text Example


Text Example

White with #FF982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF982A; }

 p { color: rgb(255,152,42); }

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

background-color css

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

 a { background-color: rgb(255,152,42); }

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

border-color css

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

 span { border-color: rgb(255,152,42); }

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