Html Css Color HEX #FDB12A Supernova

📋 copy color: '#FDB12A'

red 253 ◦ green 177 ◦ blue 42

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

Shades of Supernova #FDB12A

Tints of Supernova #FDB12A

RGB

 RED value IS 253 (99.22% from 255) = 53.6%

 GREEN value IS 177 (69.53% from 255) = 37.5%

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

R = 53.6%
G = 37.5%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDB12A (or 0xFDB12A) is known color: Supernova. HEX triplet: FD, B1 and 2A. RGB value is (253,177,42). Sum of RGB (Red+Green+Blue) = 253+177+42=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB12A is #024ED5. Grayscale: #B8B8B8. Windows color (decimal): -151254 or 2798077. OLE color: 2798077.

HSL color Cylindrical-coordinate representation of color #FDB12A: hue angle of 38.39º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDB12A is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 177 42 -
CMYK 0 0.30 0.83 0.01
HSL 38.39º 0.98% 0.58% -
HSV(B) 38.39º 0.83% 0.99% -
XYZ 56.65 52.49 9.34 -
YUV 184.33 47.68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 253 177 42 0 0.30 0.83 0.01 38.39 0.98 0.58
Hex FD B1 2A 0 1E 53 1 26 62 3A
Octal 375 261 52 0 36 123 1 46 142 72
Binary 11111101 10110001 101010 0 11110 1010011 1 100110 1100010 111010

Color Harmonies of #FDB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB12A

Black with #FDB12A

Text Example


Text Example

White with #FDB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB12A; }

 p { color: rgb(253,177,42); }

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

background-color css

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

 a { background-color: rgb(253,177,42); }

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

border-color css

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

 span { border-color: rgb(253,177,42); }

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