Html Css Color HEX #F9942A Neon Carrot

📋 copy color: '#F9942A'

red 249 ◦ green 148 ◦ blue 42

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

Shades of Neon Carrot #F9942A

Tints of Neon Carrot #F9942A

RGB

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

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

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

R = 56.72%
G = 33.71%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9942A (or 0xF9942A) is known color: Neon Carrot. HEX triplet: F9, 94 and 2A. RGB value is (249,148,42). Sum of RGB (Red+Green+Blue) = 249+148+42=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9942A is #066BD5. Grayscale: #A6A6A6. Windows color (decimal): -420822 or 2790649. OLE color: 2790649.

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

Color convert

RGB 249 148 42 -
CMYK 0 0.41 0.83 0.02
HSL 30.72º 0.95% 0.57% -
HSV(B) 30.72º 0.83% 0.98% -
XYZ 50.07 41.49 7.56 -
YUV 166.12 57.96 187.12 -
System Red Green Blue C M Y K H S L
Decimal 249 148 42 0 0.41 0.83 0.02 30.72 0.95 0.57
Hex F9 94 2A 0 29 53 2 1F 5F 39
Octal 371 224 52 0 51 123 2 37 137 71
Binary 11111001 10010100 101010 0 101001 1010011 10 11111 1011111 111001

Color Harmonies of #F9942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9942A

Black with #F9942A

Text Example


Text Example

White with #F9942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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