Html Css Color HEX #F9942D Neon Carrot

📋 copy color: '#F9942D'

red 249 ◦ green 148 ◦ blue 45

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

Shades of Neon Carrot #F9942D

Tints of Neon Carrot #F9942D

RGB

 RED value IS 249 (97.66% from 255) = 56.33%

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

 BLUE value IS 45 (17.97% from 255) = 10.18%

R = 56.33%
G = 33.48%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9942D (or 0xF9942D) is known color: Neon Carrot. HEX triplet: F9, 94 and 2D. RGB value is (249,148,45). Sum of RGB (Red+Green+Blue) = 249+148+45=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F9942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9942D is #066BD2. Grayscale: #A6A6A6. Windows color (decimal): -420819 or 2987257. OLE color: 2987257.

HSL color Cylindrical-coordinate representation of color #F9942D: hue angle of 30.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9942D is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 45 -
CMYK 0 0.41 0.82 0.02
HSL 30.29º 0.94% 0.58% -
HSV(B) 30.29º 0.82% 0.98% -
XYZ 50.13 41.51 7.85 -
YUV 166.46 59.46 186.88 -
System Red Green Blue C M Y K H S L
Decimal 249 148 45 0 0.41 0.82 0.02 30.29 0.94 0.58
Hex F9 94 2D 0 29 52 2 1E 5E 3A
Octal 371 224 55 0 51 122 2 36 136 72
Binary 11111001 10010100 101101 0 101001 1010010 10 11110 1011110 111010

Color Harmonies of #F9942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9942D

Black with #F9942D

Text Example


Text Example

White with #F9942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9942D; }

 p { color: rgb(249,148,45); }

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

background-color css

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

 a { background-color: rgb(249,148,45); }

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

border-color css

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

 span { border-color: rgb(249,148,45); }

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