Html Css Color HEX #FDBB64 Rajah

📋 copy color: '#FDBB64'

red 253 ◦ green 187 ◦ blue 100

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

Shades of Rajah #FDBB64

Tints of Rajah #FDBB64

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.63%

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 46.85%
G = 34.63%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDBB64 (or 0xFDBB64) is known color: Rajah. HEX triplet: FD, BB and 64. RGB value is (253,187,100). Sum of RGB (Red+Green+Blue) = 253+187+100=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBB64 is #02449B. Grayscale: #C5C5C5. Windows color (decimal): -148636 or 6601725. OLE color: 6601725.

HSL color Cylindrical-coordinate representation of color #FDBB64: hue angle of 34.12º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDBB64 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 187 100 -
CMYK 0 0.26 0.60 0.01
HSL 34.12º 0.97% 0.69% -
HSV(B) 34.12º 0.6% 0.99% -
XYZ 60.58 57.34 19.93 -
YUV 196.82 73.37 168.07 -
System Red Green Blue C M Y K H S L
Decimal 253 187 100 0 0.26 0.60 0.01 34.12 0.97 0.69
Hex FD BB 64 0 1A 3C 1 22 61 45
Octal 375 273 144 0 32 74 1 42 141 105
Binary 11111101 10111011 1100100 0 11010 111100 1 100010 1100001 1000101

Color Harmonies of #FDBB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBB64

Black with #FDBB64

Text Example


Text Example

White with #FDBB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBB64; }

 p { color: rgb(253,187,100); }

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

background-color css

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

 a { background-color: rgb(253,187,100); }

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

border-color css

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

 span { border-color: rgb(253,187,100); }

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